E
Eric
I'm trying to build a mailto url like so:
<td class="{$sData}"><![CDATA[<a href="mailto:]]><xsl:value-of
select="email"/><![CDATA[?subject=Support question">]]><xsl:value-of
select="email"/><![CDATA[</a>]]></td>
The html that's rendered looks like I would expect my html source to,
however in the source there are < and > chraracters so my links
don't work. Any way to get it to just spit out what I have onto the
page?
-Eric
<td class="{$sData}"><![CDATA[<a href="mailto:]]><xsl:value-of
select="email"/><![CDATA[?subject=Support question">]]><xsl:value-of
select="email"/><![CDATA[</a>]]></td>
The html that's rendered looks like I would expect my html source to,
however in the source there are < and > chraracters so my links
don't work. Any way to get it to just spit out what I have onto the
page?
-Eric