|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Evaluating last 3 or 4 characters of URL?
I am trying to evaluate the last 3 or 4 characters of a URL so that I can add javascript in the href attribute. It is not liking the {@url}. Is this not just the string value
of the url attribute? Help on the syntax appreciated....more
<xsl:attribute name="id">
<xsl:value-of select="@id"/>
</xsl:attribute>
</xsl:if>
<xsl:attribute name="href">
<xsl:choose>
<xsl:when test="substring({@url}, -4, 4)!='.html'">
javascript: do_windowopen('
<xsl:value-of select="@url"/>
')
</xsl:when>
<xsl:when test="substring({@url}, -3, 3)!='.htm'">
javascript: do_windowopen('
<xsl:value-of select="@url"/>
')
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="@url"/>
</xsl:otherwise>
</xsl:choose>
</xsl:attribute>
...moreXSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








