"Swanson, Brion" wrote: > > I can't seem to find deferred-dom as a feature. When I try it with the > setFeature() method I get a SAXNotRecognizedException. I tried: > > http://xml.org/sax/features/deferred-dom and > http://xml.org/dom/features/deferred-dom. > > There is no reference to deferred-dom that I could find in either David > Megginson's page (www.megginson.com) or the Xerces API Documentation for the > setFeature()/setProperty() methods.
This is a Xerces specific feature so you would have better chance looking the Xerces doc. :-) The name of the feature you're looking for is: http://apache.org/xml/features/dom/defer-node-expansion -- Arnaud Le Hors - IBM Cupertino, XML Strategy Group --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
