You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2004/10/01 09:08:37 UTC

svn commit: rev 47638 - forrest/trunk/src/core/fresh-site/src/documentation

Author: crossley
Date: Fri Oct  1 00:08:36 2004
New Revision: 47638

Modified:
   forrest/trunk/src/core/fresh-site/src/documentation/skinconf.xml
Log:
Remove comment about the failures with the DTD.
We have one less use of the document() function now.
Also there is a workaround to strip the document type declaration.
FOR-255


Modified: forrest/trunk/src/core/fresh-site/src/documentation/skinconf.xml
==============================================================================
--- forrest/trunk/src/core/fresh-site/src/documentation/skinconf.xml	(original)
+++ forrest/trunk/src/core/fresh-site/src/documentation/skinconf.xml	Fri Oct  1 00:08:36 2004
@@ -20,11 +20,6 @@
 which will be used to configure the chosen Forrest skin.
 -->
 
-<!-- See issue FOR-255
-  The parser is not getting the local copy of the DTD and is going to
-  the network. The workaround is to comment-out the document type declaration
-  and add the line "forrest.validate.skinconf=false" to forrest.properties
--->
 <!DOCTYPE skinconfig PUBLIC "-//APACHE//DTD Skin Configuration V0.6-3//EN" "http://forrest.apache.org/dtd/skinconfig-v06-3.dtd">
 <skinconfig>
   <!-- To enable lucene search add provider="lucene" (default is google).