[PHP] xsl:include doesn't work from php, it works with sabcmd

2001-08-06 Thread Marius Andreiana
Hi I try to keep some common xsl templates in separate files and use xsl:include href=file.xsl/ It works fine if I process them from cmd line with sabcmd, but the same files don't work in php, I get Fatal error: msgtype: error in ... when I add the line xsl:include (if I remove it it's ok)

Re: [PHP] xsl:include doesn't work from php, it works with sabcmd

2001-08-06 Thread Marius Andreiana
forgot to mention I use xslt_process() to transform xml files. Can't see the error (with xslt_error()) , as it halts on xslt_process(). -- Marius Andreiana -- You don't have to go to jail for helping your neighbour http://www.gnu.org/philosophy/ -- PHP General Mailing List