From c9029e620b854a6c2af467d3e867a795d8b1a27f Mon Sep 17 00:00:00 2001 From: David Cramer Date: Sat, 22 Sep 2012 21:56:30 +0000 Subject: [PATCH] Webhelp: By default don't validate against dtd when using ant build --- xsl/webhelp/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.1