RE: [xsl] Linking Variable to the Path

Subject: RE: [xsl] Linking Variable to the Path
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Wed, 22 Aug 2007 23:04:15 +0100
> 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/

Current Thread