TREAT_CDATA_AS_TEXT


Description:

TREAT_CDATA_AS_TEXT

When this flag is set, CDATA marked sections are not passed literally to the passthrough function of the parser.

Instead, the content of the section (without the `<![CDATA[` and `]]>`) is passed to the text function. This flag was added in GLib 2.12