xsl-list
[Top] [All Lists]

Re: How to assign a nodelist to a variable

2004-01-08 10:25:33

this is a faq, although I am not sure why it is so, attribute value
templates are clearly described in the spec and most tutorials, but
prople seem to miss them.

  onclick="lgotoent('report.php?view=<xsl:value-of select="@idx" />');" 

isn't well formed xml so xsl will not even start, you want

  onclick="lgotoent('report(_dot_)php?view={(_at_)id}');" 

(Despite the subject line, there are no variables involved in either the
question or the answer)

David

-- 
http://www.dcarlisle.demon.co.uk/matthew

________________________________________________________________________
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