summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2006-12-11 11:11:50 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2006-12-11 11:11:50 +0000
commit849a677f6bbb6d34e6909ddc27e9d0ce0d04dde7 (patch)
tree35c8be0a1ed9194f454f2c554eda843a7c8c3715 /docs
parentcb8fa5ff627eeb798143d95393f87a94e60b59c3 (diff)
Minor docs correction
git-svn-id: http://pugixml.googlecode.com/svn/trunk@17 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html5
1 files changed, 4 insertions, 1 deletions
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)</li>
<li>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</li>
-<li>Character reference expansion (&amp;lt; and alike, &lt;#0a; and alike, &lt;40; and alike)</li>
+<li>Character reference expansion (&amp;lt; and alike, &amp;#0a; and alike, &amp;40; and alike)</li>
<li>Entity reference expansion (&amp;entityname;)</li>
</ul>
@@ -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.</p>
+<p><b>Q:</b> Do paths that are accepted by <b>first_element_by_path</b> have to end with delimiter?</p>
+<p><b>A:</b> Either way will work, both /path/to/node/ and /path/to/node is fine.</p>
+
<p>I'm always open for questions; feel free to write them to <a href="mailto:arseny.kapoulkine@gmail.com">arseny.kapoulkine@gmail.com</a>.
</p>