From 692c1f60f2d7e03a160036f2e82c52e72ea0455a Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 5 Apr 2006 05:07:05 +0000 Subject: [PATCH] Changed "markup" mechanism to rely on two separate files (one for element names, one for param names -- both located in xsl/docsrc) instead of one. Also added "stopwords" mechanism for suppressing markup of certain common words (set, code, parameter, etc.). And changed handling of commiter names such that commiter names and filename/revision info are now put into an Alt child (which causes them to be output as the content of "title" attributes in HTML output, so the info is accessible as "tooltip text". --- releasetools/cvs2cl2docbook.xsl | 121 ++++++++++++++++++++++++-------- 1 file changed, 91 insertions(+), 30 deletions(-) diff --git a/releasetools/cvs2cl2docbook.xsl b/releasetools/cvs2cl2docbook.xsl index c186caa54..5c153b092 100644 --- a/releasetools/cvs2cl2docbook.xsl +++ b/releasetools/cvs2cl2docbook.xsl @@ -23,9 +23,19 @@ - - - + + + + + + + + + code,example,markup,note,option,optional,part,parameter,set,step,type,warning + + @@ -37,21 +47,22 @@ - + - - + + + @@ -89,27 +100,33 @@ balls - Steve Ball + Steve + Ball bobstayton - Robert Stayton + Robert + Stayton dcramer - David Cramer + David + Cramer kosek - Jirka Kosek + Jirka + Kosek nwalsh - Norman Walsh + Norman + Walsh xmldoc - Michael(tm) Smith + Michael(tm) + Smith @@ -217,15 +234,29 @@ - - - - - [] + + + + + + + + + + + + , + + + - + + + + @@ -251,8 +282,8 @@ @@ -261,23 +292,53 @@ - - - - - - - - + + - + + + + + + + + + + + + + + - + + + + # + + + + + + + + + + + -- 2.40.0