Subject: RE: string to XPath
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Wed, 3 Sep 2003 16:08:38 +0100
|
> Is possible to convert a string to a corresponding XPath.
> eg : If I receive a string " //Row[@C1 ='Deposit'] " , is
> it possible to find the XPath which is represented by this XPath ??
This functionality is offered by some XSLT processors through an
extension function such as dyn:evaluate(). Check the documentation for
your chosen product. It's not available in the standard (neither in 1.0
nor 2.0).
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|