This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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



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@es.co.nz> 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@es.co.nz      :  danm@web.co.nz    :
:  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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]