Load XML data into an HTML document

Hi

Great site you have here. I was wondering if anyone knew how I could load xml data into an html document.

Specifically I just want to have an xml file like

<prices>
<item name=“bluetoque” action="$19.99"></item>
<item name=“orangeshirt” action="$15.99"></item>
<item name=“redhat” action="$22.99"></item>
</prices>

and be able to load the prices (actual number) into an html document by using the item name. That way I could just change prices on the xml document for updates.

If anybody knows how to do this I would be very greatful for any help as I’m a noobie to all of this stuff.

Thank you