Return-Path: Delivered-To: apmail-xmlgraphics-batik-dev-archive@www.apache.org Received: (qmail 81583 invoked from network); 29 Jan 2006 16:55:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 29 Jan 2006 16:55:40 -0000 Received: (qmail 7694 invoked by uid 500); 29 Jan 2006 16:55:40 -0000 Delivered-To: apmail-xmlgraphics-batik-dev-archive@xmlgraphics.apache.org Received: (qmail 7645 invoked by uid 500); 29 Jan 2006 16:55:39 -0000 Mailing-List: contact batik-dev-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: batik-dev@xmlgraphics.apache.org Delivered-To: mailing list batik-dev@xmlgraphics.apache.org Received: (qmail 7624 invoked by uid 99); 29 Jan 2006 16:55:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2006 08:55:39 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [213.239.215.103] (HELO tux17.hoststar.ch) (213.239.215.103) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2006 08:55:38 -0800 Received: from [127.0.0.1] (zux221-180-012.adsl.green.ch [81.221.180.12]) (authenticated bits=0) by tux17.hoststar.ch (8.12.11/8.12.11) with ESMTP id k0TGtOtO015205; Sun, 29 Jan 2006 17:55:25 +0100 Date: Sun, 29 Jan 2006 17:55:09 +0100 From: Jeremias Maerki To: commons-dev@xml.apache.org Subject: Updating DOM to Level 3 Events? Cc: batik-dev@xmlgraphics.apache.org Message-Id: <20060129174253.28E5.DEV@jeremias-maerki.ch> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.12.01 [en] X-Antivirus: avast! (VPS 0605-0, 01/29/2006), Outbound message X-Antivirus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N (cc'ing batik-dev) I've finally found time to implement the plan [1] to add the SAC, SMIL and SVG DOM Java Bindings to XML Commons External. Everything's ready to be committed but I'm holding back for the moment since an unexpected detail came up: Currently, the Events package seems to be on DOM Level 2 but Batik requires DOM Level 3 [2]. So the question is whether there's any problem if I upgrade the Events package to Level 3? I can see that JAXP 1.3 seems to be on Level 2 still: see [3]. Any feedback and suggestions how to proceed would be appreciated. [1] http://mail-archives.apache.org/mod_mbox/xml-commons-dev/200506.mbox/%3c20050626133157.488E.DEV.JEREMIAS@greenmail.ch%3e [2] http://www.w3.org/TR/2003/NOTE-DOM-Level-3-Events-20031107/java-binding.html [3] http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/events/package-summary.html Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org