From bb1fbd9a4d16d0e8cb8a670f82cd1a7fd77486c1 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Fri, 1 Jul 2005 13:24:49 +0000 Subject: [PATCH] Checkpointing. In the middle of tinkering with composition of the .TH title line. Started pulling at thread and unwound things. This works as-is now (not broken) but is not finished. --- xsl/manpages/docbook.xsl | 23 ++-- xsl/manpages/general.xsl | 42 +++++++- xsl/manpages/info.xsl | 223 +++++++++++++++++++++++++-------------- 3 files changed, 199 insertions(+), 89 deletions(-) diff --git a/xsl/manpages/docbook.xsl b/xsl/manpages/docbook.xsl index b1e86d003..750c3e6c0 100644 --- a/xsl/manpages/docbook.xsl +++ b/xsl/manpages/docbook.xsl @@ -120,23 +120,24 @@ - + - - - - - + + + + + + - + + + - - - - + + diff --git a/xsl/manpages/general.xsl b/xsl/manpages/general.xsl index c5f12bab1..e6a00d06d 100644 --- a/xsl/manpages/general.xsl +++ b/xsl/manpages/general.xsl @@ -1,6 +1,9 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +Error: The manpages stylesheets currently require an XSLT engine that +supports the evaluate() XSLT extension function. Your XSLT engine does +not support it. + + + + + diff --git a/xsl/manpages/info.xsl b/xsl/manpages/info.xsl index 86338eb67..f256b84ae 100644 --- a/xsl/manpages/info.xsl +++ b/xsl/manpages/info.xsl @@ -14,6 +14,38 @@ ******************************************************************** --> + + $info/productname + |$parentinfo/productname + |$info/orgname + |$parentinfo/orgname + |$info/corpname + |$parentinfo/corpname + |$info/corpcredit + |$parentinfo/corpcredit + |$info/corpauthor + |$parentinfo/corpauthor + |$info/author/orgname + |$parentinfo/author/orgname + |$info//publishername + |$parentinfo//publishername + + + + refmeta/refmiscinfo[@class = 'version'] + |$info/productnumber + |$parentinfo/productnumber + |$info/edition + |$parentinfo/edition + |$info/releaseinfo + |$parentinfo/releaseinfo + + + + $parentinfo/title + |../title + + @@ -22,28 +54,38 @@ - - + + + + + + + + + + + + + - - - - - - + - - - + + + + + - - + + + + @@ -71,10 +113,12 @@ - - - - + + + + + + <xsl:choose> <xsl:when test="refmeta/refentrytitle"> @@ -88,22 +132,19 @@ </xsl:choose> - + + + + + - - - - - - - - - - - + + @@ -131,73 +172,101 @@ - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + - + - + - - - - - - + + - + - - - - - - - - - - + + + + + + + + - + + + + + + + + - - - - - + + + + - + - + -- 2.40.0