From 2777da9faad5a5afe927e7afa0b6cf04e0f34671 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Fri, 5 Jan 2007 20:05:10 +0000 Subject: Parsing flags refactoring (removed trim flags, eol flags merged together, escapes flags merged together, removed wnorm_pcdata flag, changed wnorm_attribute flag (it's space normalization + trimming now), fixed default flags, changed documentation accordingly git-svn-id: http://pugixml.googlecode.com/svn/trunk@26 99668b35-9821-0410-8761-19e4c4f06640 --- docs/index.html | 39 ++++++++------------------------------- 1 file changed, 8 insertions(+), 31 deletions(-) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index 02c8ae9..4066dc4 100644 --- a/docs/index.html +++ b/docs/index.html @@ -275,30 +275,13 @@ So, these are the processing flags:

@@ -329,7 +306,7 @@ correctly). This is controlled by parse_match_end_tags, which is on by de
  • just treat the tag as a closing tag for the node (so that <foo> ... </bar> will be parsed as <foo> ... </foo>). This is the fastest way, and this is what pugxml is doing, but it can corrupt your DOM tree. This way is chosen if both parse_check_end_tags and -parsse_match_end_tags are off. +parse_match_end_tags are off. Note, that these 2 flags are mutually exclusive.

    -- cgit v1.2.3