[Home] [By Thread] [By Date] [Recent Entries]

  • From: James Strachan <james_strachan@y...>
  • To: XML-INTEREST@J..., general@x..., xml-dev@l...,dom4j-user <dom4j-user@l...>,dom4j-dev@l..., jxteam@y...
  • 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




Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member