From e2dc813598324e223ee910e1b63a398b72b7ccdb Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Wed, 5 Feb 2014 22:47:57 +0000 Subject: [PATCH] move string-reverse function into its own file and share it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1564972 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/latex/html.xsl | 27 ++-------- docs/manual/style/xsl/common.xsl | 26 +--------- docs/manual/style/xsl/util/string-reverse.xsl | 49 +++++++++++++++++++ 3 files changed, 53 insertions(+), 49 deletions(-) create mode 100644 docs/manual/style/xsl/util/string-reverse.xsl diff --git a/docs/manual/style/latex/html.xsl b/docs/manual/style/latex/html.xsl index 108d470141d..943db8b8b22 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 @@ } - - - - - - - - - - - - - - - - - - - - - - - - + @@ -604,31 +605,6 @@ if (typeof(prettyPrint) !== 'undefined') { - - - - - - - - - - - - - - - - - - - - - - - - - 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 00000000000..4d560ad2932 --- /dev/null +++ b/docs/manual/style/xsl/util/string-reverse.xsl @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.47.3