Subject: RE: [OT] Tool for extracting Java Objects from xml.
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 9 Jul 2003 14:14:12 +0100
|
>
> I need to extract parts of an xml doc as strings and lists of
> strings using XPath expressions. I've looked at JXPath, but
> that is only for using XPath on Java objects. Does any one
> know of a tool/API that could take a org.jdom.Document and
> allow me to do XPath work to get Objects back?
>
Saxon has Java API that will apply XPath expressions to JDOM documents,
but there are other options too.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|