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
constchar_type=b.option(CharType, "char-type", "Character type to use. (default=char)") orelse.char;
26
-
constdtd=b.option(bool, "dtd", "Define to make parameter entity parsing functionality available") orelsefalse;
27
-
constge=b.option(bool, "ge", "Define to make general entity parsing functionality available") orelsefalse;
28
-
constns=b.option(bool, "ns", "Define to make XML Namespaces functionality available") orelsefalse;
26
+
constdtd=b.option(bool, "dtd", "Define to make parameter entity parsing functionality available") orelsetrue;
27
+
constge=b.option(bool, "ge", "Define to make general entity parsing functionality available") orelsetrue;
28
+
constns=b.option(bool, "ns", "Define to make XML Namespaces functionality available") orelsetrue;
29
29
constattr_info=b.option(bool, "attr-info", "Define to allow retrieving the byte offsets for attribute names and values") orelsefalse;
30
30
constlarge_size=b.option(bool, "large-size", "Make XML_GetCurrent* functions return <(unsigned) long long> rather than <(unsigned) long>") orelsefalse;
31
31
constmin_size=b.option(bool, "min-size", "Get a smaller (but slower) parser (in particular avoid multiple copies of the tokenizer)") orelsefalse;
0 commit comments