Author: kpreisser
Date: Tue Oct 15 22:03:57 2013
New Revision: 1532557
URL: http://svn.apache.org/r1532557
Log:
- Remove (commented-out) <meta name="email" ..."> because "email" is not a
registered name.
- Reorder the $project declaration
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=1532557&r1=1532556&r2=1532557&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tomcat-docs.xsl (original)
+++ tomcat/trunk/webapps/docs/tomcat-docs.xsl Tue Oct 15 22:03:57 2013
@@ -55,12 +55,12 @@
<!-- Defined variables (non-overrideable) -->
<xsl:variable name="commentslink"><xsl:value-of
select="$relative-path"/>/comments.html</xsl:variable>
-
- <!-- Process an entire document into an HTML page -->
<xsl:variable name="project-xml-filename"><xsl:value-of
select="$subdir"/>project.xml</xsl:variable>
- <xsl:template match="document">
<xsl:variable name="project"
select="document($project-xml-filename)/project"/>
+
+ <!-- Process an entire document into an HTML page -->
+ <xsl:template match="document">
<html lang="en">
<head>
<!-- Note: XLST seems to always output a
@@ -89,9 +89,6 @@
</xsl:variable>
-->
<meta name="author" content="{$name}"/>
- <!-- Don't publish e-mail addresses
- <meta name="email" content="{$email}"/>
- -->
</xsl:for-each>
<!-- Script for ASF Comments System. -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]