Loading data from XML

wxdqz

New Member
Hello, I'm doing this site, where I'm developing this picture rating system. Now I have 5 <span> fields in a HTML document, that have ids from "pos1" to "pos5". I want to code something that makes the contents of those <span> fields load from an XML file, that looks something like this:

<root>
<top>
<pos1>First place</pos1>
<pos2>Second place</pos2>
<pos3>Third place</pos3>
<pos4>Fourth place</pos4>
<pos5>Fifth place</pos5>
</top>
</root>

What do I need to make this happen? Thx in advance for any input :)
 
Back
Top