Server side includes, xml, text from another file

Permalink
I'm looking to have a simple xml file which several pages from my site automatically pulls particular info from it.

Example XML file:
<AV>$3.299</AV>
<WA>$3.399</WA>
<OL>$3.299</OL>


On my AV page, I want the site to automatically pull the $3.299 from the AV tag on the xml file and display it. Any ideas how?

 
olliephillips replied on at Permalink Reply
olliephillips
There's an XML/XSLT add-on the marketplace that will let you do this. You'd need to be familiar with XSLT but you could set a filter in the XSL stylesheet to display only the data you wanted.