You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Jean-francois Arcand <je...@sun.com> on 2002/08/20 02:23:13 UTC

[PATCH][Digester]

Hi,

this patch makes the SAX's EntityResolver instance configurable and 
available via the set/get method. Also, private schema variables are now 
protected, instead of private, to allow child of this class to use it. 
Now Tomcat-5 will use the setEntityResolver to implement XML schema 
support locally.

Thanks,

-- Jeanfrancois