DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10746>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10746 DOMAddLines sample [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-09-06 23:14 ------- Hello. The UserData interface is part of DOM level 3. As such, any program that uses it--including DOMAddLines--should use the DOM level3 interfaces. We don't bundle those in the default distribution because of compliance issues with various Sun TCK's. So that's why it doesn't compile with the default distribution. To get it to compile, use the "jars-dom3" target of the build script. Then you'll get a compiled version in the xercesSamples jar, and you'll find the sample itself will compile happily. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
