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
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