I'm working on an XML parser, not because the Julia ecosystem
needs another XML parser, but because I'm developing a parser
toolkit and XML is one of the grammars I'm using ans an
example/test case.
I test my parser using the W3C's Conformance Tests descibed at
https://www.w3.org/XML/Test.
For each of the example files in the valid stand-alone set, I
parse the file using both my parser and the XML.jl parser, and
then compare the results.
Durting this testing, I found that the XMLL.jl parser fails on the
input file "xmlconf/xmltest/valid/sa/012.xml".
If I encounter other failing cases I will report them in this issue.
I'm working on an XML parser, not because the Julia ecosystem
needs another XML parser, but because I'm developing a parser
toolkit and XML is one of the grammars I'm using ans an
example/test case.
I test my parser using the W3C's Conformance Tests descibed at
https://www.w3.org/XML/Test.
For each of the example files in the valid stand-alone set, I
parse the file using both my parser and the XML.jl parser, and
then compare the results.
Durting this testing, I found that the XMLL.jl parser fails on the
input file "xmlconf/xmltest/valid/sa/012.xml".
If I encounter other failing cases I will report them in this issue.