[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Xpath vs xslt vs jaxb within java context

Subject: Re: Xpath vs xslt vs jaxb within java context
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 9 Feb 2016 14:44:04 -0000
Re:  Xpath vs xslt vs jaxb within java context
> On 9 Feb 2016, at 14:13, Mailing Lists Mail daktapaal@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> So , if we have already bought Saxon 9ee , We might as well use Saxon  API
for executing xpaths from within java.
>
> I will also consider trying out xom or jdom2 ...If there are any good buying
points over Saxon.
>
>

You're comparing completely different things. Saxon provides XSLT, XPath,
XQuery, and XML Schema processing either against its own internal tree model,
or against external tree models such as DOM, XOM, and JDOM2. Products like XOM
and JDOM2 provide a tree model, plus APIs that allow you to invoke an XPath or
XSLT processor (typically the 1.0 processor that comes with the JDK) against
that tree model.

If you want a good versatile XSLT/XPath/XQuery processor, use Saxon. If you
want a good general-purpose tree model, use JDOM2 or XOM. If you want both,
use them both, separately or together.

Michael Kay
Saxonica

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.