XML probs

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 :)
 
O

omen_darkstep

Guest
On top of this one can someone tell me if I can get the news feed from the euro camelot site as an rss/xml type feed itself (just the news, not the guild/realm info).
 
B

blain

Guest
Extracting XML using HTML is a pain in the ass, I did manage it though on this page
Vikingar Crafters

You may have to tweak your i-net settings to get this page to display correctly.
(Hence the pain in the ass)

Blain
Vikingar
 
S

Stekkerdoos

Guest
yep managed to do it too, tho im still not satisfied, that
default setting in IE makes sure you cant read the xml data if you look at a html page through the web.
You have to change that setting first, pretty user unfriendly if you ask me :/
 

Users who are viewing this thread

Top Bottom