I have a bit of a wierd problem.
xslt_transform works with <xsl:include/>
however,
xslt_process throws the following error:
Fatal error: 'arg:/xslt_inc.xsl' not found in /home/www/test_xslinclude/test.php on line 28
Any ideas? I am clueless. The same XML, and XSLT. But one works and the other doesn't. BTW: I can't use xslt_transform, I need to make dynamic XML.