RE: [xsl] quick xpath question

Subject: RE: [xsl] quick xpath question
From: "Kathy Burke" <Kathy_Burke@xxxxxxxxx>
Date: Mon, 30 Jun 2003 18:31:08 -0400
I can now see that it works in xpath visualizer, so I will go back to my
program and work it from there.

Thanks.

Kathy

-----Original Message-----
From: Kathy Burke [mailto:Kathy_Burke@xxxxxxxxx]
Sent: Monday, June 30, 2003 6:26 PM
To: 'xsl-list@xxxxxxxxxxxxxxxxxxxxxx'
Subject: RE: [xsl] quick xpath question


Thanks, David, but I still can't get it to work even if I replace the {}
with []...it doesn't like the Station[@name="Label"] portion...? If  replace
[@name="Label"] with [1] it works, but I need to specify a name.

Kathy

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Monday, June 30, 2003 6:17 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] quick xpath question




> I've tried //WorkFlow/Assembly/Station{@name="Label"}/WI[1]/@doc but I'm

{} have no syntax role in Xpath (they can appear in strings but that's
all) You want []

David
(PS the archives are much more useful if you give relevant subject lines
if ever question just said "xpath question"...)


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread