From 68f566bb5e1514cd76a1da217780c66111fc4045 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 18 Sep 2002 22:31:23 +0000 Subject: [PATCH] XSLT instrastructure for the quickreference. Still work to do on this, but I'm putting it in CVS so others can help. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96886 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/xsl/common.xsl | 1 + docs/manual/style/xsl/quickreference.xsl | 103 +++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 docs/manual/style/xsl/quickreference.xsl diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 51f0533e5f6..713744de0da 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -39,6 +39,7 @@ + diff --git a/docs/manual/style/xsl/quickreference.xsl b/docs/manual/style/xsl/quickreference.xsl new file mode 100644 index 00000000000..33b9736e641 --- /dev/null +++ b/docs/manual/style/xsl/quickreference.xsl @@ -0,0 +1,103 @@ + + ]> + + + + + + + + + + + + + +
+

+ +

+ + + + +
+ +
+ + + + + + + + + + + + even + + + odd + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + + + + + B + M + C + E + X + + + s + v + d + h +
+    + +
+
+ + + + +
+ + + +
-- 2.47.3