Hi Folks!
In PHP4 using the Sablotron and Expat extension I used PHP's XSLT functions to process XML with XSL to produce HTML.
Using PHP5 with the same XML and XSL I get the following warning errors:
I would prefer not to have to get XSLT working from PECL now that it is no longer a part of the core PHP5.
Please can a friendly bod let me know what is going wrong
Many thanks
-Colin
In PHP4 using the Sablotron and Expat extension I used PHP's XSLT functions to process XML with XSL to produce HTML.
Using PHP5 with the same XML and XSL I get the following warning errors:
Warning: compilation error: file
file:///....../eventlistnumerate.xsl element sort in d:\apache\.......\xmltest.php on line 12
Warning xsltSortComp: no support for data-type = numeric in
d:\apache\.......\xmltest.php on line 12
I would prefer not to have to get XSLT working from PECL now that it is no longer a part of the core PHP5.
Please can a friendly bod let me know what is going wrong
Many thanks
-Colin