xsl-list
[Top] [All Lists]

Quotation marks within quotation marks

2003-08-14 08:07:41
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[(_at_)name='additional_group']')">
-----------------------------------^--------------------^----------------^-^
 <xsl:value-of select="req:parameter[(_at_)name='additional_group']" />,
</xsl:when>
<xsl:otherwise>
 <xsl:text>NULL,</xsl:text>
</xsl:otherwise>
</xsl:choose>


Thanks,
-Daniel


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



<Prev in Thread] Current Thread [Next in Thread>