mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-27 13:33:17 +08:00
Minor docs correction
git-svn-id: http://pugixml.googlecode.com/svn/trunk@17 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
cb8fa5ff62
commit
849a677f6b
@ -895,7 +895,7 @@ by XML standard are:
|
|||||||
document)</li>
|
document)</li>
|
||||||
<li>White space normalization for attribute values (converting space-like characters to spaces (0x20),
|
<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>
|
sometimes trimming leading/trailing spaces and converting sequences of spaces to a single space</li>
|
||||||
<li>Character reference expansion (&lt; and alike, <#0a; and alike, <40; and alike)</li>
|
<li>Character reference expansion (&lt; and alike, &#0a; and alike, &40; and alike)</li>
|
||||||
<li>Entity reference expansion (&entityname;)</li>
|
<li>Entity reference expansion (&entityname;)</li>
|
||||||
</ul>
|
</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
|
parse() function that operate on std::istream, xml_node::path function, utf16 and utf8 conversion
|
||||||
functions). Otherwise, it will work fine.</p>
|
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>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>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user