On 31/08/2023 19:25, Andy Seaborne wrote:
RRX is actually 2 parsers :-).One is SAX based, and handles XML entities. The other is StAX based; it first written as a learning exercise. The StAX API does not support XML entities.
Correction - the StAX API does support character entities.It was just that Jena has a default of disabling all DTD and entity features off for security reasons. External entities must be disabled.
Andy