Subject: RE: quick xpath question - using variable as attribute valu e?
From: "Michael Kay" <mhk@xxxxxxxxx>
Date: Tue, 1 Jul 2003 10:12:45 +0100
|
> I know this is more of an xpath programming question, but I'm
> trying to use a variable in place of a text string in an
> attribute value, but getting an object error (asp.net).
>
> This works: /WorkFlow/Assembly/Station[@name="Label"]/WI[1]/@doc
> This doesn't: /WorkFlow/Assembly/Station[@name=" &
> strStation & "]/WI[1]/@doc
>
> I've tried several renditions...
>
Kathy, you can't work out how programming languages work by trial and
error. You are guessing, and guessing wildly. Go and find a reference
book.
Michael Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|