XML Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreXML Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old September 11th, 2001, 12:45 AM
bethpcuser bethpcuser is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Sep 2001
Posts: 1 bethpcuser User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
how to make an active email link with XSLT

Hi
XML with XSLT to HTML

I am trying to make an email link active. Like this:

<a href="mailto:me@home.com">me@home.com</a>

Markup in the XML file:
<bookauthor email="me@home.com">

This doesn't work.
XSLT file:
<xsl:template match="/bookstore/book/bookauthor">
<xsl:for-each select="@email">
<xsl:variable name="email">
<xsl:value-of select="."/>
</xsl:variable>
<a href="mailto:<xsl:value-of select="$email" />"><xsl:value-of select="$email" /></a>
</xsl:for-each>
</xsl:template>

I get <a mailto:$email>me@home.com</a>

Help!
Thankz for any assistance!
Beth

Reply With Quote
  #2  
Old September 16th, 2001, 09:45 AM
Alexandr Alexandr is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2001
Location: Belarus
Posts: 30 Alexandr User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 8
hi bethpcuser
I think you should write like this

<a href="mailto:<xsl:value-of select="{$email} " />"><xsl:value-of select="$email" /></a>

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreXML Programming > how to make an active email link with XSLT


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway