diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index a72a944..02c8ae9 100644 --- a/docs/index.html +++ b/docs/index.html @@ -240,11 +240,11 @@ be just skipped:</p> <li>If <b>parse_pi</b> is on, then processing instructions (<b><? ... ?></b>) are put into DOM
tree (with node type <b>node_pi</b>, otherwise they are discarded. Note that for now the prolog
(<?xml ... ?>) is parsed as a processing instruction.
-<br>Default value: on
+<br>Default value: off
<br>In W3C mode: on</li>
<li>If <b>parse_comments</b> is on, then comments (<b><!-- ... --></b>) are put into DOM
tree (with node type <b>node_comment</b>, otherwise they are discarded.
-<br>Default value: on
+<br>Default value: off
<br>In W3C mode: on</li>
<li>If <b>parse_cdata</b> is on, then the content of CDATA section (<b><![CDATA[[ ... ]]></b>)
is put into DOM tree (with node type <b>node_cdata</b>, otherwise it is discarded.
|