loading XML into DIV using javascript

XML, Perl, Python, and other languages can be discussed here, even if it isn't PHP (We might forgive you).

Moderator: General Moderators

Post Reply
User avatar
kendall
Forum Regular
Posts: 852
Joined: Tue Jul 30, 2002 10:21 am
Location: Trinidad, West Indies
Contact:

loading XML into DIV using javascript

Post 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
Post Reply