Hello group,
I am having problems to transform xml document with xslt_process().
This is my code:
test.xml:
Peter Billen
16
test.xsl:
http://www.w3.org/1999/XSL/Transform";>
test2.xsl:
http://www.w3.org/1999/XSL/Transform";>
DUMMY
It gives the following error:
Warning: Sablotron error on line 3: cannot open file 'test.xsl/test2.xsl' in
E:\htdocs\test.php on line 5
So I believe the in test.xsl is not working properly. If I
remove that line (so I don't use test2.xsl), it works perfect, it prints out
Peter Billen 16 (it uses the built-in rules).
And my second question is: why is the home path of the XSLT parser
c:\program files\apache\bin and not the www-home directory I set in
httpd.conf (e:\htdocs in my case)
Thanks all,
--
Peter
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php