const unsigned int pugi::parse_escapes = 0x0010

This flag determines if character and entity references are to be expanded during the parsing process. Character references are &#...; or &x...; (... is Unicode numeric representation of character in either decimal (&#...;) or hexadecimal (&x...;) form), entity references are &...; Note that as pugixml does not handle DTD, the only allowed entities are predefined ones - <, >, &, ' and ". If character/entity reference can not be expanded, it is leaved as is, so you can do additional processing later. Reference expansion is performed in attribute values and PCDATA content.

This flag is on by default.


Generated on Sun Jun 14 16:34:53 2009 for libzzub by  doxygen 1.5.7.1