ID:          32017
 Updated by:  [EMAIL PROTECTED]
 Reported By: loci at urban-breed dot com
-Status:      Open
+Status:      Closed
 Bug Type:    Documentation problem
 PHP Version: Irrelevant
 New Comment:

This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation
better.




Previous Comments:
------------------------------------------------------------------------

[2005-02-18 09:07:25] loci at urban-breed dot com

Description:
------------
// Let's also ask him to suppress whitespace stripping
xslt_setopt($xh, xslt_getopt($xh) |
XSLT_SABOPT_PARSE_PUBLIC_ENTITIES);

must be

// Let's also ask him to suppress whitespace stripping
xslt_setopt($xh, xslt_getopt($xh) | XSLT_SABOPT_DISABLE_STRIPPING);



------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=32017&edit=1

Reply via email to