Correct header of dtd identifier for xdoc validation. Thanks to Jeff Jensen.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@424805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl 2006-07-23 20:28:21 +00:00
parent 5cdbd64410
commit b90fe92c17

View File

@ -179,7 +179,7 @@
you should include the following <code>DOCTYPE</code>
declaration just after the <code>&lt;xml&gt;</code> element:
</p>
<source>&lt;!DOCTYPE xdoc PUBLIC
<source>&lt;!DOCTYPE document PUBLIC
"-//Apache Software Foundation//DTD XDOC 1.0//EN"
"http://maven.apache.org/dtd/xdoc_1_0.dtd"&gt;</source>
<p>