Subject: RE: Convert String to (node-set)
From: "Michael Kay" <mhkay@xxxxxxxxxxxx>
Date: Sat, 3 Feb 2001 18:43:51 -0000
|
> I am trying to parse two separate XML documents in one XSL
> stylesheet. This
> I can do!. My Q is, I am extracting the value of a node from
> XML doc. 1 and
> then I want to pass that as XPATH for parsing XML doc 2.
There is no standard way in XSLT of evaluating an XPath expression
constructed as a string or read from another document.
You can do it easily in Saxon using saxon:evaluate(), and in MSXML3 with
JavaScript extension functions using selectNodes().
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Convert String to (node-set)
- mxmodi - Fri, 2 Feb 2001 19:15:44 -0500 (EST)
- Michael Kay - Sat, 3 Feb 2001 13:42:07 -0500 (EST) <=
- <Possible follow-ups>
- mxmodi - Mon, 5 Feb 2001 11:10:32 -0500 (EST)
- mxmodi - Mon, 5 Feb 2001 15:20:55 -0500 (EST)
|
|