|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: Generating HTML anchor link via XSL
Eric... here's a sample of how I have this working...
The XML contains these two Elements, and the XSL first checks to see if
there is data there...
HTH
Wayne Davis
www.quietech.com
quietman@xxxxxxxx
*************************************************************
<xsl:if test="EMAIL[.!='']">
<a>
<xsl:attribute name="href">mailto:<xsl:value-of select="EMAIL"/>
</xsl:attribute>
<li><font face="Arial" size="2" color="aqua">
<xsl:value-of select="EMAIL"/></font></li>
</a>
</xsl:if>
<xsl:if test="WEB[.!='']">
<a>
<xsl:attribute name="href">http://<xsl:value-of select="WEB"/>
</xsl:attribute>
<xsl:attribute name="target">_blank</xsl:attribute>
<li><font face="Arial" size="2" color="white">
<xsl:value-of select="WEB"/></font></li>
</a>
</xsl:if>
XSL-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








