I have no real experience working with XML, but I was just curious if there was some type of HTML command that could pull out a single number/word from an entire XML document. I realize what I'm saying might not be very clear, so I'll try to explain a bit more.
The above link is is an XML document that is constantly updated (not by me) and I would like to know if there is some HTML command I could use to display the "level" number in the document. I was thinking something like this:
That type of command would pull out a number from the given directories, it would be very nice for something like this to exist, so it probably doesn't.
Anyways, please help if you have the time, thanks!
The above link is is an XML document that is constantly updated (not by me) and I would like to know if there is some HTML command I could use to display the "level" number in the document. I was thinking something like this:
Code:
<SRC="[URL unfurl="true"]http://www.anarchy-online.com/org/stats/d/1/name/3510273/basicstats.xml"[/URL] DIRECTORY="organization" DIRECTORY="members" DIRECTORY="member"=Tocksick "level">
That type of command would pull out a number from the given directories, it would be very nice for something like this to exist, so it probably doesn't.