cmarchand / gaulois-pipe

A XSLT pipelining solution
Mozilla Public License 2.0
9 stars 4 forks source link

EntityResolver is not set #30

Closed cmarchand closed 7 years ago

cmarchand commented 7 years ago

gaulois-pipe uses org.xmlresolver for URI Resolver. But org.xmlresolver is also an EntityResolver, and gaulois-pipe's Saxon is not configured to use this resolver. So, when parsing a document taht has a doctype with a public or a system, xmlresolver is not used to resolve entities.

cmarchand commented 7 years ago

Solved in 1.03.03-RC1 Available in maven central