xsl-list
[Top] [All Lists]

Re: [xsl] Problem with xsl:when statement

2006-07-07 06:58:54
"Buehl, Reiner (HPS EMEA GD-C&I)" wrote:

  Hi

                <xsl:when

test="xsl:value-of(select='SET/TROUBLETICKET/@acknowledge')='1'">Yes</xs
l:when>

  I don't know this xsl:value-of() function.  Off course, there is an
xsl:value-of instruction (in the stylesheet document, it is an XML
*element*), but this is very different.

  Simply try:

    <xsl:when test="SET/TROUBLETICKET/@acknowledge = '1'">
      <xsl:text>Yes</xsl:text>
    </xsl:when>

  Regards,

--drkm
























        

        
                
___________________________________________________________________________ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

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