On Thu, 2003-05-22 at 09:18, Shital Joshi wrote:
> hi there,
> 
> I tried setting this property:
> 
> parser.setFeature( "http://apache.org/xml/features/dom/defer-node-expansion";
> ,false);
> 
> But it gives me SAXNotSupportedException. I am using Xercers-j 2.4. Any
> ideas why?

Perhaps you aren't actually using Xerces 2.4 at all, but are instead
accidentally using some other xml parser (probably the crimson parser
bundled with the JDK). Try printing parser.getClass().getName() and see
what the actual parser class is..

Regards,

Simon


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to