From 6bd0b12f7a22ef57e8a37b5a307e182d15e64006 Mon Sep 17 00:00:00 2001 From: Shaun McCance Date: Fri, 17 Oct 2003 03:23:54 +0000 Subject: - Only include parent number in section number when below something we * db2html-node.xsl: * gettext.xsl: - Only include parent number in section number when below something we typically number. --- stylesheets/ChangeLog | 7 +++++++ stylesheets/db2html-node.xsl | 25 ++++++++++++++++++------- stylesheets/gettext.xsl | 5 +++++ 3 files changed, 30 insertions(+), 7 deletions(-) diff --git a/stylesheets/ChangeLog b/stylesheets/ChangeLog index bb88a188..a4234113 100644 --- a/stylesheets/ChangeLog +++ b/stylesheets/ChangeLog @@ -1,3 +1,10 @@ +2003-10-16 Shaun McCance + + * db2html-node.xsl: + * gettext.xsl: + - Only include parent number in section number when below + something we typically number. + 2003-10-16 Shaun McCance * db2html-chunk.xsl: diff --git a/stylesheets/db2html-node.xsl b/stylesheets/db2html-node.xsl index 28fe2179..3ac23854 100644 --- a/stylesheets/db2html-node.xsl +++ b/stylesheets/db2html-node.xsl @@ -666,13 +666,24 @@ sect1 | sect2 | sect3 | sect4 | sect5 | section | simplesect "> - - - - - - + + + + + + + + + + + + + + + diff --git a/stylesheets/gettext.xsl b/stylesheets/gettext.xsl index 2a0f2e98..9a585fe8 100644 --- a/stylesheets/gettext.xsl +++ b/stylesheets/gettext.xsl @@ -105,6 +105,11 @@ + + + + + -- cgit v1.2.1