dom4j is a simple and flexible open source library for working with XML, XPath and XSLT on the Java platform using the Java Collections Framework with full integration with DOM, SAX and JAXP. The new 0.5 release and further documentation can be found at:- http://dom4j.org This release is primarily a bug fix release though the following features have been added * NodeComparator available for comparing documents by value * Variety of new helper methods such as DocumentHelper.parseText( String ); * Branch.normalize() method for normalizing Text nodes like the DOM API * new easy to use builder methods such that 'Element Construction Set' style methods can be used to create documents Element author = element.addElement( "author" ) .addAttribute( "name", "James" ) .addAttribute( "location", "UK" ) .addText( "James Strachan" ); James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ dom4j-dev mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dom4j-dev