I am having trouble trying to get some information out of an xml file. here is a made up example of what im trying to do
-<time>
<hour>12</hour>
- <clock>
<hour>one</hour>
- <min>
<number>30</number>
what I am trying to do suck out the information in pieces like I what the 12 in the hour under time not "one" in the hour under clock, can anyone help me with this, that would be greatly apprectiated
-<time>
<hour>12</hour>
- <clock>
<hour>one</hour>
- <min>
<number>30</number>
what I am trying to do suck out the information in pieces like I what the 12 in the hour under time not "one" in the hour under clock, can anyone help me with this, that would be greatly apprectiated