[Home] [By Thread] [By Date] [Recent Entries]
I'm sure someone has had this problem before. I want to check if an
element with a particular attribute is available. I'm using the
element-available() function which takes a string argument.
Immediately you see my problem.. I can't have quotation marks within quotation marks. Any solutions? <xsl:choose> <xsl:when test="element-available('req:parameter[@name='additional_group']')"> -----------------------------------^--------------------^----------------^-^ <xsl:value-of select="req:parameter[@name='additional_group']" />, </xsl:when> <xsl:otherwise> <xsl:text>NULL,</xsl:text> </xsl:otherwise> </xsl:choose>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



