You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@jena.apache.org by GitBox <gi...@apache.org> on 2021/04/05 11:03:21 UTC

[GitHub] [jena] afs commented on pull request #978: JENA-2080: TriX-star

afs commented on pull request #978:
URL: https://github.com/apache/jena/pull/978#issuecomment-813339654


   Added a commit.
   
   I made the mistake of looking and pulling on the loose thread of whether the TriX writer properly writes with prefixes safely. Writing `<qname>` is disabled but the code should work is enabled.
   
   It is disabled because the regularity of no use of `<qname>` is more useful than space saving, which are small. The TriX writer is streaming and prefixes in-stream can't be handled anyway.
   
   There wasn't a test for reading with xmlns and `<qname>` - test added.
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@jena.apache.org
For additional commands, e-mail: pr-help@jena.apache.org