vrana Mon Aug 29 12:04:02 2005 EDT
Modified files: /phpdoc/en/reference/xml/functions xml-parser-get-option.xml Log: Only some options are available (bug #12261) http://cvs.php.net/diff.php/phpdoc/en/reference/xml/functions/xml-parser-get-option.xml?r1=1.5&r2=1.6&ty=u Index: phpdoc/en/reference/xml/functions/xml-parser-get-option.xml diff -u phpdoc/en/reference/xml/functions/xml-parser-get-option.xml:1.5 phpdoc/en/reference/xml/functions/xml-parser-get-option.xml:1.6 --- phpdoc/en/reference/xml/functions/xml-parser-get-option.xml:1.5 Thu Jun 10 11:47:18 2004 +++ phpdoc/en/reference/xml/functions/xml-parser-get-option.xml Mon Aug 29 12:04:02 2005 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 --> <refentry id="function.xml-parser-get-option"> <refnamediv> @@ -27,8 +27,9 @@ <term><parameter>option</parameter></term> <listitem> <simpara> - Which option to fetch. See - <function>xml_parser_set_option</function> for a list of options. + Which option to fetch. <constant>XML_OPTION_CASE_FOLDING</constant> + and <constant>XML_OPTION_TARGET_ENCODING</constant> are available. + See <function>xml_parser_set_option</function> for their description. </simpara> </listitem> </varlistentry> @@ -40,10 +41,6 @@ valid (generates also a <constant>E_WARNING</constant>). Else the option's value is returned. </para> - <para> - See <function>xml_parser_set_option</function> for the list of - options. - </para> </refsect1> </refentry>