You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XML_PARSE_NOCDATA = 16384 // merge CDATA as text nodes
24
-
XML_PARSE_NOXINCNODE = 32768 // do not generate XINCLUDE START/END nodes
25
-
XML_PARSE_COMPACT = 65536 // compact small text nodes; no modification of the tree allowed afterwards (will possibly crash if you try to modify the tree)
26
-
XML_PARSE_OLD10 = 131072 // parse using XML-1.0 before update 5
27
-
XML_PARSE_NOBASEFIX = 262144 // do not fixup XINCLUDE xml//base uris
28
-
XML_PARSE_HUGE = 524288 // relax any hardcoded limit from the parser
29
-
XML_PARSE_OLDSAX = 1048576 // parse using SAX2 interface before 2.7.0
30
-
XML_PARSE_IGNORE_ENC = 2097152 // ignore internal document encoding hint
31
-
XML_PARSE_BIG_LINES = 4194304 // Store big lines numbers in text PSVI field
0 commit comments