Subject: RE: passing parameters to xslt from an asp page
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Wed, 4 Oct 2000 19:10:35 +0100
|
> Could you guys pl give me a suggestion for this problem?
> ... I am using this xpath
>
> xPath = "/searchdoc/company[./products[$any$ product " &
> product & "] &&
> ./specialities[$any$ speciality " & speciality & "] &&
> ./segments[$any$
> segment " & segment & "] && ./geography" & geography & "]"
>
For your information, this is not an XPath expression, it is a Microsoft
special. The "$any$" is a giveaway.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|