[jdom-interest] Nested HTML

Ritchie, Rob rdritchi at bechtel.com
Tue Aug 28 08:41:22 PDT 2001


Hi,

	Within my elements I have HTML which may or may not be valid XML
nested. I am able to add this HTML as content,
	but when it comes to outputting the document, my HTML shows up as
follows:

	<tr height="2" width="100%" align="left" valign="top">

	How can I avoid getting the &lt instead of the  < and the &gt
insteam of the > without having to reparse the output String?


Thanks

Rob.



More information about the jdom-interest mailing list