Re: PHP xsl fails

2008-01-17 Thread Ryan Schmidt
On Jan 17, 2008, at 13:18, Jonas Munk wrote: When trying to use the xsl functions in php from macports install like this: $xslData = ''. 'http://www.w3.org/1999/XSL/Transform"; version="1.0">'. ''. 'abc'. ''; $xmlData = ''; $xslt = new xsltProcessor; $xslt->import

PHP xsl fails

2008-01-17 Thread Jonas Munk
Hello When trying to use the xsl functions in php from macports install like this: $xslData = ''. 'http://www.w3.org/1999/XSL/Transform"; version="1.0">'. ''. 'abc'. ''; $xmlData = ''; $xslt = new xsltProcessor; $xslt->importStyleSheet(DomDocument::loadXML($xslData