= Removing the XML or DOCTYPE declaration at the top of each output page = For most of the output formats, HTML documents are generated with simple XML declaration inserted at the beginning of each file. That line looks like this: Most systems have no problem processing, storing, or displaying XML documents. However, if you need to remove that declaration for any reason, a simple override is available that will allow it. You should be able to get the results you are looking for by modifying the XSL responsible for creating the output pages. For Dynamic HTML, the files you will want to override are located in your ePublisher Pro installation directory, by default here: C:\Program Files\WebWorks\ePublisher Pro\Formats\Dynamic HTML\Transforms\ The files are: pages.xsl toc.xsl index.xsl Copy each file into your project directory, reproducing the appropriate directory structure for a format or target override. Then, open each one in a text editor such as NotePad. In each file, search for the following string: Save each file, and regenerate output to apply the changes. That should leave you with just the starting tag in your output files. ---- CategorySolutionsOutputShared