RE: Re: trouble creating a link (style suggestions)

Subject: RE: Re: trouble creating a link (style suggestions)
From: paulo.gaspar@xxxxxxxxxxxx
Date: Sat, 3 Jun 2000 10:11:26 -0700
Hummmm...
Template libraries!

Whenever you decide making them public, please make 
a posting, ok Dan?

And never hesitate on stepping up on your horse again!


Thanks and have fun,

Paulo

--- Original Message ---
Dan Morrison <dman@xxxxxxxx> Wrote on 
Tue, 30 May 2000 15:18:11 +1200
 ------------------ 

Snippet from one of my template libraries...

<!--
################## Generic default template ####################
##                       'EMAIL'                            
 ##
##  Turns a 'EMAIL' into an 'mailto' tag.                   
 ##
-->
  <xsl:template match="EMAIL">
  <a><xsl:attribute name="href">mailto:<xsl:value-of select="."
/></xsl:attribute><xsl:value-of select="." /></a>
  </xsl:template>
<!--
##                                                          
 ##
################################################################
 -->


-- 
:=====================:====================:
: Dan Morrison        : The Web Limited    :
:  http://here.is/dan :  http://web.co.nz  :
:  dman@xxxxxxxx      :  danm@xxxxxxxxx    :
:  04 384 1472        :  04 495 8250       :
:  025 207 1140       :                    :
:.....................:....................:
: If ignorance is bliss, why aren't more people happy?
:.........................................:


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



-----
Sent using MailStart.com ( http://MailStart.Com/welcome.html )
The FREE way to access your mailbox via any web browser, anywhere!


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


Current Thread