RE: [xsl] Expression expected in variable select statement?

Subject: RE: [xsl] Expression expected in variable select statement?
From: "Kathy Burke" <Kathy_Burke@xxxxxxxxx>
Date: Fri, 26 Sep 2003 12:28:36 -0400
Sorry, I no longer get the error...it just doesn't work. In a recursive
template where you would use for example value-of select="@name" to return
the current node's name attribute, how can I get the same "filter" within my
xpath?

kathy

-----Original Message-----
From: David Carlisle [mailto:davidc@xxxxxxxxx]
Sent: Friday, September 26, 2003 12:17 PM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] Expression expected in variable select statement?



> I used //Station[name=@name] which still doesn't work of course.

It may not work but it wouldn't generate an error, it is legal syntax
comparing the name  child with the name attribute and if they are not there
they will just be "". So if you are getting an error then it must be in
the part of the stylesheet that you are not showing.

This is exactly the error you'd get if you used an AVT here, are you
sure you are not running your first posted version?

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

 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