I want to add the DOCTYPE tag to our xdocs so we can use a smart editor to
create these documents. But, I don't want the url to point to
"http://maven.apache.org/dtd/xdoc_1_0.dtd". There is a significant delay
while maven site tries to validate these xdocs with the DOCTYPE tag.
<!DOCTYPE document PUBLIC "-//Apache Software Foundation//DTD XDOC 1.0//EN"
"http://maven.apache.org/dtd/xdoc_1_0.dtd">
Can I host this dtd on an internal server and point the url to it's new
location? Is this even the best solution?
--
View this message in context:
http://www.nabble.com/maven-site-doctype-validation-tf2267753.html#a6293746
Sent from the Maven - Users forum at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]