Re: [xsl] variable matching...

Subject: Re: [xsl] variable matching...
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 8 Dec 2003 12:50:15 GMT
  can I do:
  <xsl:variable name="stage">sd|stagedir</xsl:variable>

  Or does that mean that <xsl:template match="*[name() = $stage]">
  will just look for an element named "sd|stagedir"?

the latter, xpath variables can not contain fragments of xpath
expressions, they contain values (result tree fragments in this case,
which will be coerced to a string)

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


Current Thread