afs commented on issue #2619: URL: https://github.com/apache/jena/issues/2619#issuecomment-2271499391
Changes at Jena5 affected the RDF/XML writer. It does not properly test for a legal `rdf:XMLLiteral`. The lexical space of a xml literal must be a self contained XML document fragment - it must include it's namepsaces. https://www.w3.org/TR/rdf11-concepts/#section-XMLLiteral The example above is not a valid literal. It therefore should be written with `rdf:datatype`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
