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. Brion Swanson -----Original Message----- From: Swanson, Brion [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2001 12:02 PM To: '[EMAIL PROTECTED]' Subject: RE: Help with namespace error in importNode() Sorry...I'm using Xerces 1.2.3 with Java 1.3. Unfortunately upgrading is not a live option because the last stable release of Xerces (I believe) has a problem with importNode losing the attribute contents (which I know was fixed in CVS, but has it been released in a new stable release?). I'd love to be on the cutting edge with the newest versions, but I'm working with a production system, so that keeps me back from the edge. What does the deferred-dom feature do anyway? Thanks for the quick reply! Brion Swanson -----Original Message----- From: Arnaud Le Hors [mailto:[EMAIL PROTECTED] Sent: Monday, April 09, 2001 11:57 AM To: [EMAIL PROTECTED] Subject: Re: Help with namespace error in importNode() "Swanson, Brion" wrote: > > I know this is a problem that has already been brought up time and again, > but I need to know if there's an easy way around this problem. > > I've got an attribute called 'm:id' and the 'm' namespace is mapped to a > url. Because of this attribute, when I attempt to do an importNode() on > it's owner document, I get the "DOM003 Namespace error" exception: > It would help if you'd specify which version you are using but anyway two solutions: 1) turn off deferred-dom 2) upgrade! -- Arnaud Le Hors - IBM Cupertino, XML Strategy Group --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
