Hi there I am working on a client side application but have run into a problem.
I have data in an XML file that I need to extract and place on the HTML page.
The XML is like this:
And I need to code that into the HTML webpage, however it is all linked to the stylesheet and so I have not been able to figure out a way of getting javascript to work inside these div's?Code:<name> The Garden </name> <address> <address_line> Don Street </address_line> <address_line> Central Building </address_line> <city> Aberdeen </city> <postcode> AB24 1WU </postcode> <country> Scotland </country> </address> <website> </website> <geo_position> <lon> 1.0 </lon> <lat> 2.0 </lat> </geo_position> <voucher> <vid> 123 </vid> <description> Blubblub!!23 </description> </voucher>
Any ideas?


Reply With Quote
Bookmarks