Hi Mark,

> -----Original Message-----
> From: ma...@apache.org [mailto:ma...@apache.org]
> Sent: Wednesday, September 11, 2013 3:46 PM
> To: dev@tomcat.apache.org
> Subject: svn commit: r1521838 [1/5] - in /tomcat/site/trunk: docs/

Sorry, I now see that it would have been better not to change the "indent" 
attribute from "yes" to "no" in the Tomcat Site XSLT, to avoid such large diffs 
in SVN (as the lines can become very long in the generated HTML pages).

With the following change, the XSLT would generate HTML pages with short lines:

Index: xdocs/stylesheets/tomcat-site.xsl
===================================================================
--- xdocs/stylesheets/tomcat-site.xsl   (revision 1521852)
+++ xdocs/stylesheets/tomcat-site.xsl   (working copy)
@@ -27,7 +27,7 @@
   <xsl:output method="html"
               html-version="5.0"
               encoding="UTF-8"
-              indent="no"
+              indent="yes"
               doctype-system="about:legacy-compat"/>
 

Regards,
Konstantin Preißer


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to