(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/[EMAIL PROTECTED] [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
