hi: I'm using JDOM to write a servlet so that non-techie users can simply edit xml data online and automatically transform these data into html format. Since JDOM doesn't support CDATA and my xml data definitely have to include html or other tags in it, is there any way to do this with JDOM? Thanks a lot! Bo