xsl-list
[Top] [All Lists]

xsl and xml CDATA or Not question

2004-03-12 08:49:56
hello experts, 
If i have some html in a xml field like below. 
<Content><![CDATA[ <br/><br/><center><div id="TextOnlyLink"><a
href="/page.aspx?textonly">[Text Only]</a></div> 
<div id="centerImg"> 
<img src="/pub/en-us/images/clear-path-soon.jpg" alt="the alt tag."
width="712" height="223"/> 
</div> 
<p>blah blah blah</a> 
</p> 
</center>]]> 
</Content> 

my formated xsl is just this 
<xsl:value-of select="//Content" disable-output-escaping="yes"/> 

but my question is how do i take that contnet and be able to use it in a way
with another "text only" xsl sheet that might make it output like this 

<a href="/page.aspx">[Formated]</a> 
[img: the alt tag] 
<p>blah blah blah<p> 

Any ideas. Im sure im missing something somewhere. Should i get rid of the
CDATA and figure a way to output it as regular HTML in the formated version
or what? 
Help please

John Hamman


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list