Hi All, I just recently upgraded from 2.8 to 3.0. The transition was mostly smooth except for when I output a document to a file. There used to be the line
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> by default on top of the file. Now it is not there. I went from using a DOMWriter to a DOMLSSerializer. I thought that using config->setParameter(XMLUni::fgDOMXMLDeclaration, true) would do it, but it didn't do anything. Anyone has any idea? Thanks, Alain
