Hi Marc, Marc Logemann wrote: > 1. with xerces 2.x we have a bootstrap mechanism which is defined in dom3. > This is quite nice, but what about the bootstraping in jaxp? Will it be > obsolete?
No. Some people will continue using JAXP (that provides bootstrapping for both DOM/SAX parsers), while others will switch to DOM L3. I would expect people who use DOM to use DOM L3 bootstrapping. > 2. If i want to have pretty-printed output from an in-memory tree, is the only > way to use org.apache.xml.serialize or should we use the dom3 DOMWriter for > this? If you are looking for interoperability you should use DOM L3 interfaces and not xerces specific interfaces. However, you should keep in mind that DOM L3 is still a working draft. So changes in the interfaces are expected and you might need to modify the code in your implementation. I would expect DOM L3 load and safe interfaces to stabilize by the end of summer. Thx. -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]