Goa Xml ?

A home for those technical problems.
Post Reply
User avatar
Luz
Emerald Rider
Posts: 818
Joined: Fri Mar 25, 2005 1:26 pm
Location: Sweden

Goa Xml ?

Post by Luz »

Hey!

Anyone home at this XML thingy? I tried to learn with WC3 pages and then get some GOA data on my testsite... no luck

Here´s the XML page :
http://camelot-europe.goa.com/herald/se ... os_srv.xml

I want to make a table on my HTML page to display realms and pop.
I tried my best but dont manage...

any small piece of code anyone has to help me get started?
Bah. Lv50s.
Animist, Bard, Druid, Enchanter, Nightshade, Vampiir

User avatar
HappyG
Emerald Rider
Posts: 418
Joined: Mon Feb 14, 2005 9:21 am
Location: Slovenia

Post by HappyG »

[HTML]
<html>
<body>

<xml id="serverinfo" src="http://camelot-europe.goa.com/herald/se ... xml"></xml>

<table datasrc=#serverinfo datafld="realm" border=1>
<thead>
<td>Realm</td>
<td>Population %</td>
<td>Active Chars</td>
</thead>
<tr>
<td><span datafld="name"></span></td>
<td><span datafld="percent"></span></td>
<td><span datafld="activechars"></span></td>
</tr>
</table>

</body>
</html>
[/HTML]

This thingie is called Data Islands.
It's a quick solution if you don't know much about server-side languages (PHP, ASP, ...), but it only works in Internet Explorer. It can be displayed in Firefox with some Javacript aswell, but never done it myself, so dunno much about that :)
Hep, treated MMORPG addict, on the way to master his uni
Morana, one of a few Rangers, that did not Zerg. Retired for good.

User avatar
Luz
Emerald Rider
Posts: 818
Joined: Fri Mar 25, 2005 1:26 pm
Location: Sweden

Post by Luz »

hum tried but it made the entire frame blank.. must be missing something..

I will try again later to see if its something obvious I missed
Bah. Lv50s.
Animist, Bard, Druid, Enchanter, Nightshade, Vampiir

Post Reply

Return to “Tech Help”