looking for a simple example of XSLT using with php

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

looking for a simple example of XSLT using with php

Post by pelegk2 »

u am looking for an example of using php with xslt
does any 1 have 1 like that?
User avatar
nigma
DevNet Resident
Posts: 1094
Joined: Sat Jan 25, 2003 1:49 am

Post by nigma »

You want to apply an XSLT stylesheet to a XML document using PHP?

If so check out the xsl_* & xslt_* functions at php.net:

XSL_* - http://us2.php.net/manual/en/ref.xsl.php

XSLT_* - http://us2.php.net/manual/en/ref.xslt.php
Post Reply