> Yes this is what i wanted. Thanx a lot. But if i wanto convert > my DOM to HTML & not XML then is is possible to do so?
Yes. You can set different output formats, including XML, XHTML, and plain old HTML. There are different classes used for the different serializations. In the example given by Vijaya, you can instantiate an HTMLSerializer instead of an XMLSerializer but make sure you set the output format to be "HTML" instead. -- Andy Clark * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
