From: David Cramer Date: Sat, 22 Sep 2012 21:56:30 +0000 (+0000) Subject: Webhelp: By default don't validate against dtd when using ant build X-Git-Tag: release/1.79.1~6^2~337 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c9029e620b854a6c2af467d3e867a795d8b1a27f;p=docbook-dsssl Webhelp: By default don't validate against dtd when using ant build --- diff --git a/xsl/webhelp/build.properties b/xsl/webhelp/build.properties index 0f43231ed..9432e77ba 100644 --- a/xsl/webhelp/build.properties +++ b/xsl/webhelp/build.properties @@ -35,7 +35,7 @@ xml-apis.jar=/usr/share/java/xml-apis.jar # For non-ns version only, this validates the document # against a dtd. -validate-against-dtd=true +validate-against-dtd=false # The extension for files to be indexed (html/htm/xhtml etc.) html.extension=html