const unsigned int pugi::parse_wconv_attribute = 0x0080

This flag determines if attribute value normalization should be performed for all attributes, assuming that their type is CDATA. This means, that whitespace characters (new line, tab and space) are replaced with space (' '). Note, that the actions performed while this flag is on are also performed if parse_wnorm_attribute is on, so this flag has no effect if parse_wnorm_attribute flag is set.

This flag is on by default.


Generated on 29 May 2010 for libzzub by  doxygen 1.6.1