Orcus
Static Public Attributes | List of all members
orcus::sax_parser_default_config Struct Reference

Static Public Attributes

static const bool strict_xml_declaration = true
 

Member Data Documentation

const bool orcus::sax_parser_default_config::strict_xml_declaration = true
static

When true, the parser will throw an exception if the xml stream doesn't begin with a <?xml..?> declaration. When false, the parser will keep parsing regardless of whether or not the xml stream begins with a <?xml..?> declaration.