"Hamilton, Bill R" wrote: > The 1st suggestion failed with the same 8 errors. I was able to run > the 2nd. I'm still very puzzled over why the 1st failed.
The samples include DOM Level 3 example - DOM3.java. This example requires the DOM Level 3 Core interfaces to compile and those are not included in the default build. The 2nd solution works because the default Xerces build does not include this sample. If you want to use DOM Level 3 you need to compile code using "jars-dom3" target. For more information, refer to: [1] http://xml.apache.org/xerces2-j/faq-write.html#faq-1 [2] http://xml.apache.org/xerces2-j/samples-dom.html#DOM3 Thanks, -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
