|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: newbie question
Try this:
<xsl:template match="link">
<xsl:choose>
<xsl:when test="starts-with(., 'http://') or starts-with(., 'ftp://')">
<a href="{.}">text</a>
</xsl:when>
<xsl:otherwise/>
</xsl:choose>
</xsl:template>:-) Aad Dionylon Briones wrote: hello everyone, i'm new to XSL and need help with this problem:
Phone: +31 (0) 70 3966304 Fax: +31 (0) 70 3966305 Email: a.kamsteeg@xxxxxxxxxxxxxxx Web: www.diderottrack.nl *********************************************
|
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








