[xsl] Using a variable as an attribute name

Subject: [xsl] Using a variable as an attribute name
From: "Dustin, Dave" <Dave.Dustin@xxxxxxxxxx>
Date: Tue, 21 Jan 2003 15:27:04 +1300
One of the developers here is trying to do a test on a attribute where the
attribute name is contained in a variable.

We're getting an illegal character error on the test line.  Is what he's
trying to do even legal or are we taking the wrong tack on this?

  <xsl:variable name="attributeName" select="'charstyname'"/>
  <xsl:variable name="before" select="preceding-sibling::*[1]"/>
  
  <xsl:when test="not( $before[@$attributeName='Footnote'] )">
    [...]
  </xsl:when>

Thanks

	Dave

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


Current Thread