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/05 17:54:47 UTC

[PATCH] [jakarta-commons-digester]

Hi,

this patch allow clients of Digester to set feature(s) on the parser 
(see jaxp documentation for more information).

ex:

myDigester.setFeature("http://apache.org/xml/features/allow-java-encodings", 
true);

Thanks,

-- Jeanfrancois