OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ANNOUNCE: dom4j 0.5 released



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