Hello,
working with Poco these days I faced another problem. In the form of the question it sonds: is it possible to produce an XML output omitting all "namespace"-related stuff? I processed and HTML page and was a problem: the browser refuses HTML code that contains namespaces, especially when they occur in the middle of the document that is the case when I want to process just the part of the HTML page, let's say its body. The only solution I found was to do it manually, using Poco's base classes but that does not seem to be an easy approach:(
Another issue is that there is no way to output the "innerHTML" (MS JScript DOM terminology) contents of the XML element. This is not a real problem, as it's always possible to combine output of element's children, though when every of those children contain namespace declarations it is a problem:)





