xsl-list
[Top] [All Lists]

Help Me Do Something Bad

2005-04-07 11:16:03
I know escaped content in xml is bad, but I've got some and I wanna do
something with it. Pleas help?!

I have markup like this:
<description>Platform Computing's &lt;a
href="http://www.platform.com/newsevents/pressreleases/prelease.asp?id=82";
&gt; announcement &lt;/a&gt; However, &lt;a
href="http://www.gridsystems.com"; &gt;...</description>

I want to transform it to html. Like this,

<xsl:for-each select="description" >
        <xsl:apply-templates />
</xsl:for-each>

I do not believe disable-output-escaping is the solution cuz it has already
been disabled. So I am stumped how do I de-escape this? Any help would
really be appreciated.

Thanks

kent




--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>