Page 1 of 1

loading XML into DIV using javascript

Posted: Sat Jun 17, 2006 8:47 am
by kendall
hello,

Im building a website based on PHP but im trying to do abit of work with XML. I have an XML document that i want to load into the PHP page but I'm not trying to use PHP as a parser and prefer to use an XSL stlysheet to format the data. So i'm thinking to load the the xml content into a div using the XML objects of javascript....But can this process also involve using the xsl stylesheet as the xml's parser and not have to rely on javascript to display the xml?

Kendall