From 2bdce9ba0c9262eee89d0a8a64b1b305491cf1b8 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 6 Jun 2005 14:59:25 +0000 Subject: [PATCH] Document all options (bug #33240) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@187765 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../xml/functions/xml-parser-set-option.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/reference/xml/functions/xml-parser-set-option.xml b/reference/xml/functions/xml-parser-set-option.xml index 9c4eb06105..f1e56eb180 100644 --- a/reference/xml/functions/xml-parser-set-option.xml +++ b/reference/xml/functions/xml-parser-set-option.xml @@ -1,5 +1,5 @@ - + @@ -69,6 +69,21 @@ XML parser. Enabled by default. + + XML_OPTION_SKIP_TAGSTART + integer + + Specify how many characters should be skipped in the beginning of a + tag name. + + + + XML_OPTION_SKIP_WHITE + integer + + Whether to skip whitespace. + + XML_OPTION_TARGET_ENCODING string