| betz@php.net 2005-08-27, 7:55 am |
| ID: 12261
Updated by: betz@php.net
Reported By: francisf at videotron dot ca
-Status: Bogus
+Status: Open
-Bug Type: XML related
+Bug Type: Documentation problem
Operating System: linux rh 6.2 2.2.19
PHP Version: 4.0.6
New Comment:
...should be documented then
Previous Comments:
------------------------------------------------------------------------
[2002-08-17 02:04:56] kalowsky@php.net
You can but the only valid get_options are:
PHP_XML_OPTION_CASE_FOLDING
PHP_XML_OPTION_TARGET_ENCODING
marking this as bogus as it really isn't a bug.
------------------------------------------------------------------------
[2001-07-19 13:39:36] francisf at videotron dot ca
You can do
xml_parser_set_option($parser,XML_OPTION
_SKIP_WHITE,0);
but
xml_parser_get_option($parser,XML_OPTION
_SKIP_WHITE);
will give you
Warning: xml_parser_get_option: unknown option
SHouldn't we be able to get it if we can set it?
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=12261&edit=1
|