From a6303b0a30a786daef40e02260db4b7f9a99584d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Thu, 6 Feb 2014 11:28:55 +0000 Subject: [PATCH] port style and dtd changes from trunk git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1565174 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/common.dtd | 1 - docs/manual/style/latex/html.xsl | 50 ++++------- docs/manual/style/xsl/common.xsl | 79 +++++++++++++++- docs/manual/style/xsl/util/pretrim.xsl | 89 +++++++++++++++++++ docs/manual/style/xsl/util/string-reverse.xsl | 49 ++++++++++ 5 files changed, 231 insertions(+), 37 deletions(-) create mode 100644 docs/manual/style/xsl/util/pretrim.xsl create mode 100644 docs/manual/style/xsl/util/string-reverse.xsl diff --git a/docs/manual/style/common.dtd b/docs/manual/style/common.dtd index d1a426c658..93c6f19e88 100644 --- a/docs/manual/style/common.dtd +++ b/docs/manual/style/common.dtd @@ -167,7 +167,6 @@ highlight | blockquote"> - diff --git a/docs/manual/style/latex/html.xsl b/docs/manual/style/latex/html.xsl index 108d470141..e610fad6db 100644 --- a/docs/manual/style/latex/html.xsl +++ b/docs/manual/style/latex/html.xsl @@ -25,6 +25,9 @@ xmlns="http://www.w3.org/1999/xhtml"> + + + @@ -143,30 +146,6 @@ } - - - - - - - - - - - - - - - - - - - - - - - - \begin{verbatim} - - - - - - - - + + + + + + + + + + + + + + \end{verbatim}&lf; diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index 225c7d75b1..2af512f51a 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -67,6 +67,7 @@ + @@ -604,13 +605,85 @@ if (typeof(prettyPrint) !== 'undefined') { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
-    
-    
+    
 
&lf;
@@ -1203,7 +1276,7 @@ if (typeof(prettyPrint) !== 'undefined') {
-
+
diff --git a/docs/manual/style/xsl/util/pretrim.xsl b/docs/manual/style/xsl/util/pretrim.xsl new file mode 100644 index 0000000000..4c8f333733 --- /dev/null +++ b/docs/manual/style/xsl/util/pretrim.xsl @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/manual/style/xsl/util/string-reverse.xsl b/docs/manual/style/xsl/util/string-reverse.xsl new file mode 100644 index 0000000000..4d560ad293 --- /dev/null +++ b/docs/manual/style/xsl/util/string-reverse.xsl @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.40.0