> Hello everyone--
> I'm trying to get sablotron to work with PHP4.0.3pl1 and in my phpinfo file
> it says that it is enabled.  However, when I run a test script which calls
> the xslt_process() function it doesn't actually process the xsl file that I
> have it read.  What it does is it returns the xsl file and when I print it
> out I get code such as this in the browser source:
>

Could I perhaps see your php code, in the xslt_process() function you should
have the following syntax:

bool xslt_process(string xsl_data, string xml_data, string &result)


where result will contain the results of the transformation.

Regards,
Sterling

Reply via email to