From a02a4a9797b4f9a3a7e07e379551d8eb4646df34 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 26 Jan 2014 22:55:00 +0000 Subject: [PATCH] evaluate the new dtd attributes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1561567 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/latex/common.xsl | 92 +++++++++++++++++++++--------- docs/manual/style/xsl/common.xsl | 25 ++++++-- 2 files changed, 87 insertions(+), 30 deletions(-) diff --git a/docs/manual/style/latex/common.xsl b/docs/manual/style/latex/common.xsl index 6d9470d354..228204176f 100644 --- a/docs/manual/style/latex/common.xsl +++ b/docs/manual/style/latex/common.xsl @@ -142,29 +142,51 @@ select="$metafile/basename"/> \textsc{ - \textless{} - \hyperlink{/mod/ - - : - - }{ - - } - \textgreater{} +\textless{} + + \hyperlink{/mod/ + + : + + + + + + + + + }{ + + } + +\textgreater{} } \textsc{ - \textless{} - \hyperlink{/mod/ - - : - - }{ - - } - \textgreater{} +\textless{} + + \hyperlink{/mod/ + + : + + + + + + + + + }{ + + } + +\textgreater{} } @@ -175,21 +197,39 @@ select="$metafile/basename"/> -\textsc{\hyperlink{/mod/ - - }{ + + + \textsc{ } -} + + + \textsc{\hyperlink{/mod/ + + }{ + + } + } + + -\textsc{\hyperlink{/mod/ - - }{ + + + \textsc{ } -} + + + \textsc{\hyperlink{/mod/ + + }{ + + } + } + + diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl index c541ebe301..c6d25a56e5 100644 --- a/docs/manual/style/xsl/common.xsl +++ b/docs/manual/style/xsl/common.xsl @@ -712,8 +712,18 @@ if (typeof(prettyPrint) !== 'undefined') { - + + + + + + + + + + @@ -750,9 +760,16 @@ if (typeof(prettyPrint) !== 'undefined') { - + + - + + + + + + + -- 2.40.0