Hi. I'm writing an application that has to parse and MODIFY some XHTML. The result of the operation has to be the modified XHTML. I started using SAX (xerces) and, though seemed to work, I found out that SAX does not keep my doctype (all parsed documents take the XHTML Strict doctype). Besides, I was using the XHTMLSerializer class which is deprecated. Maybe I should use DOM for this job? The document is usually small. I'm missing some point? There is a lot of documentation out there, so much that I get confused and I would like some guidelines.
Roberto Cosenza Infoflex Connect AB, Sweden Tel: +46-(0)8-55576867, Fax: +46-(0)8-55576861 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
