[jdom-interest] JDOM & XSLT

Jason Hunter jhunter at collab.net
Fri Jul 28 13:09:32 PDT 2000


> As for just putting the HTML in inline, maybe we do need to think 
> about CDATA, guys?

But you'll still end up with a CDATA block between the <title> tags. 
Browsers aren't going to like that any better.  What you'd want is
something more like this that adds elements built from a string.

element.setMixedContent(StringBuilder.build("<b>foo</b>"));

-jh-



More information about the jdom-interest mailing list