Gene Davis wrote:
> I've added a tutorial/example to my site that shows
> the creation of a simple DOM XML tree and then
> spitting it out as a String.
>
> Hopefully this is useful to someone
I certainly found it useful - thanks very much! I've been generating a
little XML document using a StringBuffer for a while now and converting
it to DOM has been on my to-do list. Your tutorial made it look so easy
I pushed it to the top of the stack and just did it.
One thing, though - it doesn't cover how to add a CDATA section and I
can't see the answer immediately from the JavaDocs. Any chance you could
add an example of that?
Thanks a lot,
MB