]> granicus.if.org Git - apache/commitdiff
revert the outsourcing of page types.
authorAndre Malo <nd@apache.org>
Tue, 10 Sep 2002 16:56:32 +0000 (16:56 +0000)
committerAndre Malo <nd@apache.org>
Tue, 10 Sep 2002 16:56:32 +0000 (16:56 +0000)
It causes more problems than it helps.
Thanks to Joshua for pointing this out.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96750 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl
docs/manual/style/xsl/pagetypes.xsl [deleted file]

index a5f16f7a7e014862bc7057b4b5b8d06216f3f37f..51f0533e5f67215816d7de038dfca751c0966e0f 100644 (file)
   </xsl:variable>
 
   <!-- load outsourced page types -->
-  <xsl:include href="pagetypes.xsl"/>
+  <xsl:include href="moduleindex.xsl"/>
+  <xsl:include href="directiveindex.xsl"/>
+  <xsl:include href="manualpage.xsl"/>
+  <xsl:include href="synopsis.xsl"/>
+  <xsl:include href="sitemap.xsl"/>
 
   <!--                                                            -->
   <!--    Utility templates for constructing pages                -->
diff --git a/docs/manual/style/xsl/pagetypes.xsl b/docs/manual/style/xsl/pagetypes.xsl
deleted file mode 100644 (file)
index b282174..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#160;"> ]>
-<xsl:stylesheet version="1.0"
-              xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
-                  xmlns="http://www.w3.org/1999/xhtml">
-
-  <!--                                                          -->
-  <!-- define all types of pages, so a new page doesn't         -->
-  <!-- trigger the <dependset> to transform *all* xml files     -->
-  <!--                                                          -->
-  <xsl:include href="moduleindex.xsl"/>
-  <xsl:include href="directiveindex.xsl"/>
-  <xsl:include href="manualpage.xsl"/>
-  <xsl:include href="synopsis.xsl"/>
-  <xsl:include href="sitemap.xsl"/>
-
-</xsl:stylesheet>