Document all options (bug #33240)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187765 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2005-06-06 14:59:25 +00:00
parent c2834ae072
commit 2bdce9ba0c

View file

@ -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>
@ -69,6 +69,21 @@
XML parser. Enabled by default.
</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>