Re: [xsl] Insert a tag inside a text

Subject: Re: [xsl] Insert a tag inside a text
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 12 Sep 2005 14:19:48 +0100
XSLT never processes tags, but it is possible to insert element nodes.
You just need to use a replace template (from the faq) and replace
a by <span class="accesskey">a</span>. (It's even easier in xslt2 where
you could use xsl:analyze-string for this).

David

________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________

Current Thread