Click to See Complete Forum and Search --> : XSLT in PHP5?


katiliosk
06-07-2004, 02:15 PM
Is there XSLT support in PHP5?

I've got the simplexml_load_file

katiliosk
06-07-2004, 02:20 PM
Sorry, my post got axed...

I'm looking to transform my XML docs using XSLT. In PHP4, I was using Sablotron... Is there a new way to do this in 5?

Moonglobe
06-07-2004, 07:45 PM
sablotron still works, but libxslt (i.e, SimpleXML and domxml) work better/faster so i'm told.

katiliosk
06-08-2004, 12:55 AM
Okay, then it is on to the real question...

Do you know of an example to follow using the "new" way? I haven't been able to find anything on XSLT in PHP5.

Moonglobe
06-08-2004, 01:11 AM
http://ca.php.net/manual/en/function.domxml-xslt-stylesheet.php
http://ca.php.net/manual/en/function.domxsltstylesheet-process.php

hope u can figure it out from that :)