vrana           Mon Jun  6 10:59:28 2005 EDT

  Modified files:              
    /phpdoc/en/reference/xml/functions  xml-parser-set-option.xml 
  Log:
  Document all options (bug #33240)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/xml/functions/xml-parser-set-option.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/xml/functions/xml-parser-set-option.xml
diff -u phpdoc/en/reference/xml/functions/xml-parser-set-option.xml:1.4 
phpdoc/en/reference/xml/functions/xml-parser-set-option.xml:1.5
--- phpdoc/en/reference/xml/functions/xml-parser-set-option.xml:1.4     Mon Mar 
29 09:35:03 2004
+++ phpdoc/en/reference/xml/functions/xml-parser-set-option.xml Mon Jun  6 
10:59:25 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/xml.xml, last change in rev 1.2 -->
   <refentry id="function.xml-parser-set-option">
    <refnamediv>
@@ -70,6 +70,21 @@
          </entry>
         </row>
         <row>
+         <entry>XML_OPTION_SKIP_TAGSTART</entry>
+         <entry>integer</entry> 
+         <entry>
+          Specify how many characters should be skipped in the beginning of a
+          tag name.
+         </entry>
+        </row>
+        <row>
+         <entry>XML_OPTION_SKIP_WHITE</entry>
+         <entry>integer</entry> 
+         <entry>
+          Whether to skip whitespace.
+         </entry>
+        </row>
+        <row>
          <entry>XML_OPTION_TARGET_ENCODING</entry>
          <entry>string</entry> 
          <entry>

Reply via email to