|
Subject: [xsl] xsl != not working? From: Joe Stump <joe@xxxxxxxxxxxx> Date: Tue, 21 Jun 2005 10:56:24 -0700 |
<xsl:if test="//h2[1]/text() != text()">
<xsl:text>"</xsl:text>
<xsl:value-of select="//h2[1]/text()"/>
<xsl:text>"</xsl:text>
<xsl:text> != </xsl:text>
<xsl:text>"</xsl:text>
<xsl:value-of select="text()"/>
<xsl:text>"</xsl:text> <xsl:element name="div">
<xsl:attribute name="class">article-top</xsl:attribute>
<xsl:element name="a">
<xsl:attribute name="class">article-top</xsl:attribute>
<xsl:attribute name="href">#top</xsl:attribute>
<xsl:text>Back to Top</xsl:text>
</xsl:element>
</xsl:element>
</xsl:if>"Definition" != "Definition" Back to Top
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Re: [xml-dev] Indentation usi, David Carlisle | Thread | [xsl] (SOLVED) Re: [xsl] xsl != not, Joe Stump |
| RE: [xsl] dynamic document() templa, Arian Hojat | Date | [xsl] (SOLVED) Re: [xsl] xsl != not, Joe Stump |
| Month |