diff --git a/xdoc/xdocs/reference/xdocs.xml b/xdoc/xdocs/reference/xdocs.xml index dcf5b23c..cc4e09ee 100644 --- a/xdoc/xdocs/reference/xdocs.xml +++ b/xdoc/xdocs/reference/xdocs.xml @@ -142,6 +142,16 @@ source files are valid xdoc documents. This should ensure that the generated html files are valid XHTML1-transitional. +
+
+ To support validation of your xdoc source files by an external tool,
+ you should include the following DOCTYPE
+ declaration just after the <xml> element:
+
Here is a list of common mistakes to be aware of: