Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Given when a Help project file is missing the DOCTYPE declaration element, or the root element is incorrect.
The DOCTYPE declaration, which should appear at the top of the file, references the XML document type definition (.DTD) required to validate the file.
Each file type is required to begin with a specific root element (the first element that appears after the DOCTYPE declaration element). If this element is absent, the file cannot be parsed correctly.
To correct this error
Add the DOCTYPE declaration element to the file if it is missing.
Ensure that the root element of the specified file is correct. For details, see Microsoft Help Project Files, and see the reference topic for the file.