Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Alpha 2

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: xom-interest <xom-interest AT lists.ibiblio.org>
  • Subject: [XOM-interest] Alpha 2
  • Date: Wed, 02 Mar 2005 12:32:35 -0500

I've posted XOM 1.1 alpha 2 in the usual location:

http://www.xom.nu/

Besides one very minor bug fix in XOMTestCase, the primary focus of this release is XPath. In particular:

1. XPath execution is about an order of magnitude faster

2. Several bugs in parsing and interpretation of location paths have been squashed.

3. I've added a new XPathTypeException subclass of XPathException. This is thrown when an XPath expression returns something other than a node-set. It provides a getReturnValue method that returns the raw object created by the XPath engine.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim





Archive powered by MHonArc 2.6.24.

Top of Page