xsl & xml parsing?

D

dev

Hey all,

i am a newbie with xsl&xml parsing

i have a xml doc and i try to make axsl and parse it to webbrowser..

how must i do that?

in php just include xml file or must i parse it to a XSLENGINE() object?

CheerM
 
G

Gerald Aichholzer

dev said:
Hey all,

i am a newbie with xsl&xml parsing

i have a xml doc and i try to make axsl and parse it to webbrowser..

how must i do that?

in php just include xml file or must i parse it to a XSLENGINE() object?

CheerM

What version of PHP are you using? You might find more info
on http://www.php.net, http://pear.php.net or the homepage
for Sablotron (http://www.gingerall.com/charlie/ga/xml/p_sab.xml)
depending on the tools you are using.

Basically you need an XSLT-engine (e.g. Sablotron or func-
tions from PEAR if you are using PHP4, PHP5 already has
such functionality included AFAIK). This engine gets two
files as input (an XML file and an XSLT file) and gives
you the transformed XML file as output.

HTH,
Gerald
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,764
Messages
2,569,564
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top