xml ??

S

Stekkerdoos

Guest
I recently started to figure how XML works because i am working on a webiste for my guild, but i have a problem with xml, and i was hoping someone could help me.

i can now get some information from xml files that look very simple like this one CD catalog

for example by using these few lines

------------------------------------------------------------------------------
<xml id="cdcat" src="cd_catalog.xml"></xml>

<table border="1" datasrc="#cdcat">

<tr>
<td><span datafld="ARTIST"></span></td>
<td><span datafld="TITLE"></span></td>
</tr>

</table>
---------------------------------------------------------------------------------

now the XML files i can find in chronicals are or at least look much more complicated and work a lot with attributes, and for some reason i just cant get info from the XML files there. Can somebody alter the code above for me so i can get a picture of how to get info from the chronical files.

for example take this XML file EXAMPLE XML FILE and display all the names of the members in the left column and the lvls in the right.
Many thanks in advance
 
U

Uncle Sick(tm)

Guest
And why is this in the OT forums?
Your post is completely off topic-off topic!!;)
 

Users who are viewing this thread

Top Bottom