Minor docs correction

git-svn-id: http://pugixml.googlecode.com/svn/trunk@18 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2006-12-11 11:13:23 +00:00
parent 849a677f6b
commit c1b5e15b95

View file

@ -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, &amp;#0a; and alike, &amp;40; and alike)</li>
<li>Character reference expansion (&amp;lt; and alike, &amp;#x0a; and alike, &amp;#40; and alike)</li>
<li>Entity reference expansion (&amp;entityname;)</li>
</ul>