Hi,
I'm using xslt_output_begin & xslt_output_end transformation functions with dumpmem [DOM] function
The code is follows-
xslt_output_begintransform($filename);
print $xmlobj->dumpmem();
xslt_output_endtransform();
Every thing works fine except, the apache error log shows segmentation fault error.
why is this so ?
Thanks,
Vishnu