From 849a677f6bbb6d34e6909ddc27e9d0ce0d04dde7 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 11 Dec 2006 11:11:50 +0000 Subject: Minor docs correction git-svn-id: http://pugixml.googlecode.com/svn/trunk@17 99668b35-9821-0410-8761-19e4c4f06640 --- docs/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index ff6c8b1..a152663 100644 --- a/docs/index.html +++ b/docs/index.html @@ -895,7 +895,7 @@ by XML standard are: document)
  • White space normalization for attribute values (converting space-like characters to spaces (0x20), sometimes trimming leading/trailing spaces and converting sequences of spaces to a single space
  • -
  • Character reference expansion (&lt; and alike, <#0a; and alike, <40; and alike)
  • +
  • Character reference expansion (&lt; and alike, &#0a; and alike, &40; and alike)
  • Entity reference expansion (&entityname;)
  • @@ -1042,6 +1042,9 @@ are that it will make some documented functions not available (specifically, xml parse() function that operate on std::istream, xml_node::path function, utf16 and utf8 conversion functions). Otherwise, it will work fine.

    +

    Q: Do paths that are accepted by first_element_by_path have to end with delimiter?

    +

    A: Either way will work, both /path/to/node/ and /path/to/node is fine.

    +

    I'm always open for questions; feel free to write them to arseny.kapoulkine@gmail.com.

    -- cgit v1.2.3