On Tue, 13 Mar 2001, Steve Buroff wrote: > In xerces 1.3.0, the class > javax.xml.parsers.DocumentBuilderFactory > has a method setIgnoreElementContentWhitespace(boolean). > > In JAXP 1.1, the same class has the method > setIgnoringElementContentWhitespace(boolean). Note: > "ignoring" instead > of "ignore". Shouldn't they be the same? Which one is > "right"? Thanks.
Since Xerces is supposed to implement the JAXP API, I'd guess Sun is right and Xerces is wrong. Ian -- Ian Roberts, Software Engineer DecisionSoft Ltd. tel: +44-1865-203192 http://www.decisionsoft.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
