From 9db5197f82781c685a8ea3f354c114216aa8519e Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 11 Dec 2006 13:04:04 +0000 Subject: Default parsing mode now does not include parsing PI and comments. git-svn-id: http://pugixml.googlecode.com/svn/trunk@19 99668b35-9821-0410-8761-19e4c4f06640 --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.html') 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:

  • If parse_pi is on, then processing instructions (<? ... ?>) are put into DOM tree (with node type node_pi, otherwise they are discarded. Note that for now the prolog (<?xml ... ?>) is parsed as a processing instruction. -
    Default value: on +
    Default value: off
    In W3C mode: on
  • If parse_comments is on, then comments (<!-- ... -->) are put into DOM tree (with node type node_comment, otherwise they are discarded. -
    Default value: on +
    Default value: off
    In W3C mode: on
  • If parse_cdata is on, then the content of CDATA section (<![CDATA[[ ... ]]>) is put into DOM tree (with node type node_cdata, otherwise it is discarded. -- cgit v1.2.3