This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: XPath and XSLT processor


>  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]