xsl-list
[Top] [All Lists]

Re: [xsl] Xpath vs xslt vs jaxb within java context

2016-02-09 08:44:09

On 9 Feb 2016, at 14:13, Mailing Lists Mail daktapaal(_at_)gmail(_dot_)com 
<xsl-list-service(_at_)lists(_dot_)mulberrytech(_dot_)com> 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
--~----------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
EasyUnsubscribe: http://lists.mulberrytech.com/unsub/xsl-list/1167547
or by email: xsl-list-unsub(_at_)lists(_dot_)mulberrytech(_dot_)com
--~--
<Prev in Thread] Current Thread [Next in Thread>