<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I have the following XML/XSL code (as an
example):</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><content></FONT></DIV>
<DIV><FONT face=Arial size=2> <body></FONT></DIV>
<DIV><FONT face=Arial size=2>
<![CDATA[<td>some content</td>]]></FONT></DIV>
<DIV><FONT face=Arial size=2> </body></FONT></DIV>
<DIV><FONT face=Arial size=2></content></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>being transformed by the XSL file</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><xsl:value-of disable-output-escaping="yes"
select="//content/body"/><BR></FONT></DIV>
<DIV><FONT face=Arial size=2>For the returned JDOM document, I need the HTML
content (it is not always well-formed) to be output without escaping the tags in
the CDATA section. However, XMLOutputter is always taking the tags and
converting them to &gt; and &lt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Is there a way around this problem?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2>Jeff</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>------</FONT></DIV>
<DIV><FONT face=Arial size=2>Jeff
Pennal
p:604-694-0554(x107)<BR>Software
Developer
f:604-694-0558<BR>Openroad
Communications e:jeffp@openroad.ca<BR>Vancouver,
BC</DIV></FONT></BODY></HTML>