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]

Generating Link References


How can I generate a link reference from an element in my XSL file?

Here's what my XML would be like:
<name position="manager">Joe blow</name>
<email>blow.joe</email>

Within my XSL, I am selecting all managers and want to provide an e-mail
link. I want to change the value of "blow.joe" to "<a
href="mailto:blow.joe@somecompany.com";><img src="images/mail_icon.gif"
/></a>". 

Can this be done without adding plug-ins to MS IE 5.5, and if so, how?

 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]