Hi Mark,

> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: Wednesday, September 11, 2013 3:46 PM
> To: [email protected]
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to