2006-02-04, jeremias: Implemented the plan published here: http://mail-archives.apache.org/mod_mbox/xml-commons-dev/200506.mbox/%3c20050626133157.488E.DEV.JEREMIAS@greenmail.ch%3e Added Java Language Bindings for: - SAC 1.3 (The Simple API for CSS) - SMIL - SVG 1.1 These three packages were formerly published by Apache Batik. The SVG bindings were SVN-copied here from Batik, the SAX and SMIL bindings were added directly from sources at W3C as documented in the README.dom.txt file. Updated DOM Events to Level 3 as required by Apache Batik. Note that this would likely break the JAXP 1.3 TCK. Furthermore, DOM Level 3 Events have been reported to be non-final. That's why this is all added to a branch for now. XML Commons External is now split into two JARs: - xml-apis.jar (JAXP, SAX, basic W3C DOM bindings) - xml-apis-ext.jar (SAC, SMIL and SVG bindings)