Author: kkolinko
Date: Fri Nov 21 12:11:46 2014
New Revision: 1640903
URL: http://svn.apache.org/r1640903
Log:
Remove support for <indent>/<outdent> markup that is no used in the current
documentation.
Forward-port of r1637876.
Discussed in "Re: r1637684" thread on dev@ list.
Modified:
tomcat/trunk/webapps/docs/tomcat-docs.xsl
Modified: tomcat/trunk/webapps/docs/tomcat-docs.xsl
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tomcat-docs.xsl?rev=1640903&r1=1640902&r2=1640903&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Fri Nov 21 12:11:46 2014
@@ -364,19 +364,6 @@
</div>
</xsl:template>
-
- <!-- Process a wrapped source code example - indent -->
- <xsl:template match="source//indent">
- <div><xsl:apply-templates /></div>
- </xsl:template>
-
-
- <!-- Process a wrapped source code example - outdent -->
- <xsl:template match="source//outdent">
- <p><xsl:apply-templates /></p>
- </xsl:template>
-
-
<!-- Process an attributes list with nested attribute elements -->
<xsl:template match="attributes">
<table class="defaultTable">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]