Java API for XML Processing (JAXP)
Will this work fine with JAXP?
JAXP is an interface, not a processor. There are several XSLT processors
that implement the JAXP interface, including Saxon and Xalan. Saxon has a
saxon:evaluate() extension (it doesn't support dyn:evaluate()). I believe
Xalan also has some kind of extension in this area but you will have to
check the product documentation.
Michael Kay
http://www.saxonica.com/
--~------------------------------------------------------------------
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--