There is an example in the documentation that creates an HTML file using the XMLWriter.
That works find as I created an .html file using that routine, but it adds the XML Declaration
line automatically which I really like when I'm creating XML. But could there be an
HTMLWriter that would not write that XML Declaration? (The html appeared to work)
Thanks,
Candy