This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Can I diplay the <expression> used by xsl:if test="<expression>"?


Hi,

I want to do this:
<xsl:if test="test something">
    <xsl:text>Error because: </xsl:test>
    <xsl:value-of select="......"/>   // what do I put on the dots to get
"test something"????
    <xsl:text> was true.</xsl:test>
</xsl:if>

Greetings René
   {@   @}
        ^
      \_/

"You don't need eyes to see, you need vision!"


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]