XSL Support in PHP5

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

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:

XSL Support in PHP5

Post by kendall »

Hello,

I have a host who's installed PHP5 with simpleXML compiled along with XML support...

im trying to transform an XML document using new XSLTProcessor() but i get an error undefined function...Does this mean that there is no Support for XSL Transformation? Is there anything in SimpleXML that i can use?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

XSLTProcessor is a separate configuration setting: http://php.net/ref.xsl
Post Reply