Conversation
|
Did you have to change your implementation to get that result? I came across this while catching up on various changes and assumed Jena was wrong but trying converter.zazuko and Sophia, I also get w3c/rdf-xml#97 is the result of trying to determine the right answer ... which I didn't manage from the RDF 1.1 XML text. |
Sophia last release is using an old version of my RDF/XML parser that was not including any namespaces when parsing |
Yes, I did: rdfjs/rdfxml-streaming-parser.js@98d6ab5
zazuko's tool also uses my parser internally, but probably still using the older version. |
|
RDF 1.1/ RDF 1.2 possibly introduced a change from RDF 1.0. 1.1/1.2 say "uses One such parameter is
The default for indent/whitespace is also "MAY". I haven't found a connection between Canonical XML and XSLT and XQuery Serialization. |
The original test in rdf11/rdf-xml/xml-canon/test001.rdf
for
rdf:XMLLiteralchanged and it seems to have changed RDF/XML behaviour.https://github.com/w3c/rdf-tests/blob/main/rdf/rdf11/rdf-xml/xml-canon/
#177 (added test002)
#206 (changes test001.nt)
The RDF 1.1 tests are included in the RDF 1.2 tst manifest so an implementation that passed at RDF 1.1 will not pass when they try RDF 1.2.
There is wider issue: w3c/rdf-xml#97
This PR is only for reverting
rdf11/rdf/xml-canonbehavior.