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=8695>. 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=8695 Mismatch with interfaces bundled with JDK1.4 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-07-08 18:48 ------- As far as we know JDK 1.4 included DOM Level 2 HTML Candidate Recommendation (CR) draft: http://www.w3.org/TR/2000/CR-DOM-Level-2-20000510. Xerces, on the other hand, supports DOM Level 1 HTML Recommendation. Note: the CR version included in the JDK does not correspond to the latest HTML draft available at http://www.w3.org/TR/2002/CR-DOM-Level-2-HTML-20020605/. Given that DOM Level 1 and DOM Level 2 HTML are backwards incompatible, the June CR version uses a new package called org.w3c.dom.html2. All this is to say, that this is not a bug in Xerces. There was some discussion to provide a different distribution jar that will include Xerces HTML level 1 implementation and hopefuly in the future html2. As for JDK - hopefully they can get in sink with the DOM HTML when it becomes a recommendation, however, the only solution now is to use the endorsed standards override mechanism: http://java.sun.com/j2se/1.4/docs/guide/standards/ Hope it helps. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
