Subject: RE: quick xpath question
From: "Kathy Burke" <Kathy_Burke@xxxxxxxxx>
Date: Mon, 30 Jun 2003 18:26:02 -0400
|
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: 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
|