src/lib/uri.h
branchv_0
changeset 41 12acb6c02d32
parent 40 85b6f13f1088
equal deleted inserted replaced
40:85b6f13f1088 41:12acb6c02d32
    41 /** options for configuring the stage where events from the ASN.1 parser are converted to SAX events or DOM building */
    41 /** options for configuring the stage where events from the ASN.1 parser are converted to SAX events or DOM building */
    42 namespace xml {
    42 namespace xml {
    43 static const char* TreeWithNamespaces = "tree-with-namespaces";
    43 static const char* TreeWithNamespaces = "tree-with-namespaces";
    44 static const char* TreeStyle = "tree-style";
    44 static const char* TreeStyle = "tree-style";
    45 static const char* RootName = "root-name";
    45 static const char* RootName = "root-name";
       
    46 static const char* BitStringSymbol0 = "bit-string-symbol-0";
       
    47 static const char* BitStringSymbol1 = "bit-string-symbol-1";
    46 
    48 
    47 static const char* XMLNS = "tag:globalcode.info,2018:alt2xml:TEMPORARY:asn1"; // not an option and might change, just preliminary namespace
    49 static const char* XMLNS = "tag:globalcode.info,2018:alt2xml:TEMPORARY:asn1"; // not an option and might change, just preliminary namespace
    48 }
    50 }
    49 
    51 
    50 }
    52 }