afs commented on issue #2620:
URL: https://github.com/apache/jena/issues/2620#issuecomment-2272976579

   The error occurs because of two objects:
   
   ```
           <Outer xmlns="http://BASE/";>
             <Prop>
               <A/>
               <B/>
             </Prop>
           </Outer>
   ```
   
   Only the SAX based RRX parser is affected - the two StAX based ones, and 
ARP, detect this mistake.
   
   Parsing OWLx (".owx") as RDF/XML and expecting an error isn't guaranteed. 
There are some simple documents that will pass.


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

Reply via email to