From d3471b048e5e0afea574ada90070a245be6fc9e0 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Tue, 10 Sep 2002 01:20:47 +0000 Subject: [PATCH] move the page types into an extra file, so a new type doesn't require a change of common.xsl (and causes transforming of all xml docs...) new: pagetypes.xsl git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96731 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/common.xsl | 6 +----- docs/manual/style/xsl/pagetypes.xsl | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 5 deletions(-) create mode 100644 docs/manual/style/xsl/pagetypes.xsl diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 0c18cb6420..d3955667fb 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -34,11 +34,7 @@ - - - - - + diff --git a/docs/manual/style/xsl/pagetypes.xsl b/docs/manual/style/xsl/pagetypes.xsl new file mode 100644 index 0000000000..b282174c93 --- /dev/null +++ b/docs/manual/style/xsl/pagetypes.xsl @@ -0,0 +1,17 @@ + + ]> + + + + + + + + + + + + + -- 2.40.0