[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
ANNOUNCE: dom4j 0.5 released
- From: James Strachan <james_strachan@yahoo.co.uk>
- To: XML-INTEREST@JAVA.SUN.COM, general@xml.apache.org, xml-dev@lists.xml.org,dom4j-user <dom4j-user@lists.sourceforge.net>,dom4j-dev@lists.sourceforge.net, jxteam@yahoogroups.com
- Date: Thu, 21 Jun 2001 05:38:20 +0100
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