- From: Elliotte Rusty Harold <elharo@metalab.unc.edu>
- Date: Fri, 5 Jul 2002 11:12:51 -0400
- To: elharo@macfaq.com
- Cc: www-xml-xinclude-comments@w3.org
I've posted version 1.0d9 of my XInclude processor for Java: http://www.cafeconleche.org/XInclude/ This version still supports DOM, JDOM, and SAX. The JDOM support has been upgraded to the current CVS version of JDOM. It may work with JDOM beta 8. It probably won't work with earlier versions. The DOM version works again with Xerces 2.0.2. Earlier versions of Xerces mostly have nasty bugs that prevent it from working. I haven't done any extensive testing with other DOM implementations. For my own use, I mostly stick to the SAX version, which actually works quite well provided you don't need XPointer support. There's one breaking API change. I renamed the package from com.macfaq.xml to com.elharo.xml.xinclude. (I plan to release some other things in the com.elharo.xml package in September.) I've also cleaned up the distribution quite a bit in this release. Some necessary JAR files are now bundled, and I've added a build file for Ant. Various bugs were fixed. The xi:fallback element is not supported yet. That's on my TODO list. I also plan to revise the inner workings of the DOMXIncluder class pretty radically based on techniques I learned while working on the DOM chapters of Processing XML with Java: http://www.cafeconleche.org/books/xmljava/ This message is just going out to people who've written me in the past about this software. If you'd rather not be bothered with this in the future, just let me know. Thanks! -- +-----------------------+------------------------+-------------------+ | Elliotte Rusty Harold | elharo@metalab.unc.edu | Writer/Programmer | +-----------------------+------------------------+-------------------+ | XML in a Nutshell, 2nd Edition (O'Reilly, 2002) | | http://www.cafeconleche.org/books/xian2/ | | http://www.amazon.com/exec/obidos/ISBN%3D0596002920/cafeaulaitA/ | +----------------------------------+---------------------------------+ | Read Cafe au Lait for Java News: http://www.cafeaulait.org/ | | Read Cafe con Leche for XML News: http://www.cafeconleche.org/ | +----------------------------------+---------------------------------+
Received on Friday, 5 July 2002 11:15:25 UTC