]> granicus.if.org Git - apache/commitdiff
Get rid of some extranous xml tags that were leaking through to the html.
authorJoshua Slive <slive@apache.org>
Tue, 19 Mar 2002 01:20:02 +0000 (01:20 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 19 Mar 2002 01:20:02 +0000 (01:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94009 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/manual.xsl

index a8524e8434e2683fbd8dc08e5fed589a08fcf180..b2ed5a1ce91974ca892189794821f6a6d0c6fea6 100644 (file)
@@ -375,6 +375,23 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
     </xsl:if>
   </xsl:template>
 
+  <!-- These templates just pass through their content -->
+  <xsl:template match="summary">
+    <xsl:apply-templates/>
+  </xsl:template>
+
+  <xsl:template match="description">
+    <xsl:apply-templates/>
+  </xsl:template>
+
+  <xsl:template match="usage">
+    <xsl:apply-templates/>
+  </xsl:template>
+
+  <xsl:template match="syntax">
+    <xsl:apply-templates/>
+  </xsl:template>
+
   <!-- Process everything else by just passing it through -->
   <xsl:template match="*|@*">
     <xsl:copy>