RE: XPath and XSLT processor

Subject: RE: XPath and XSLT processor
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 30 Nov 2000 09:46:37 -0000
>  I wander if Saxon has this option ?  Or any other processor 
> that can do both while one (XPath) is independent.

Saxon allows you to do XPath queries directly from Java, but only if you
built the tree using Saxon: not on an arbitrary DOM. Saxon's DOM
implementation is restricted in that it does not allow in-situ update (it
only provides the functionality needed for XSLT).

Mike Kay


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread