Re: [xsl] Help Me Do Something Bad

Subject: Re: [xsl] Help Me Do Something Bad
From: "M. David Peterson" <m.david.x2x2x@xxxxxxxxx>
Date: Thu, 7 Apr 2005 12:28:23 -0600
Client-side or server-side, in process or out? RegEx works well if you
do this client side or server side out of XSLT process.  Mike Kay,
DaveP, David Carlisle, or Wendell can all give you a much better feel
for your options here though...  I think they have answered this
question so many times its become second, third, and fourth nature by
now (if there is such a thing :)  At the moment I am finding myself
trying to get out of 2.0 mode and its not working...  I'm not sure if
this is a good thing or a bad thing... :)

Cheers :)

On Apr 7, 2005 12:16 PM, kent <kent@xxxxxxxxxxxxxxxxx> wrote:
> 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
> 
> 


-- 
<M:D/>

:: M. David Peterson ::
XML & XML Transformations, C#, .NET, and Functional Languages Specialist

Current Thread