const unsigned int pugi::parse_cdata = 0x0004

This flag determines if CDATA sections (nodes with type node_cdata; such nodes have the form of <![CDATA[[content]]> in XML) are to be put in DOM tree. If this flag is off, they are not put in the tree, but are still parsed and checked for correctness.

The corresponding node in DOM tree will have type node_cdata, empty name and value "content".

This flag is on by default.


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