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: passing parameters to xslt from an asp page


>      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

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