]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
19 years agoAn attemp to fix base URIs when profiling is done and document is not in the current...
Jirka Kosek [Tue, 6 Dec 2005 18:56:52 +0000 (18:56 +0000)]
An attemp to fix base URIs when profiling is done and document is not in the current directory. This seems to work on my Windows machine, but I would be interested how it behaves in unix environment. URL handling in Java is very sensitive to such things.

19 years agoadded bridgehead
Steve Ball [Tue, 6 Dec 2005 00:38:49 +0000 (00:38 +0000)]
added bridgehead

19 years agoHandling of xref to area/areaset need support in extensions code also. I currently...
Jirka Kosek [Thu, 1 Dec 2005 11:39:55 +0000 (11:39 +0000)]
Handling of xref to area/areaset need support in extensions code also. I currently have no time to touch extensions code, so code is here to be enabled when extension is fixed also.

19 years agoFixed tertiary index appearance in index pane.
Jirka Kosek [Wed, 30 Nov 2005 20:54:26 +0000 (20:54 +0000)]
Fixed tertiary index appearance in index pane.

19 years agoAdded 3 parameters for overriding gentext for
Bob Stayton [Thu, 24 Nov 2005 22:40:17 +0000 (22:40 +0000)]
Added 3 parameters for overriding gentext for
index punctuation.

19 years agoAdded parameters to support localization of index item
Bob Stayton [Thu, 24 Nov 2005 22:36:57 +0000 (22:36 +0000)]
Added parameters to support localization of index item
punctuation.
Added index.separator named template to compute the
separator punctuation based on locale.

19 years agoAdded index.separator named template to compute the
Bob Stayton [Thu, 24 Nov 2005 22:18:52 +0000 (22:18 +0000)]
Added index.separator named template to compute the
separator punctuation based on locale.

19 years agoReset default value to empty string so template
Bob Stayton [Thu, 24 Nov 2005 22:18:05 +0000 (22:18 +0000)]
Reset default value to empty string so template
uses gentext first, then the parameter value if not empty.

19 years agoAdded a <div class="{$class}-contents"> wrapper around output of
Michael Smith [Mon, 21 Nov 2005 09:40:40 +0000 (09:40 +0000)]
Added a <div class="{$class}-contents"> wrapper around output of
contents of all formal objects. Also, added an optional
<br class="{class}-break"/> linebreak after all formal objects.

WARNING: Because this change places an additional DIV between the
DIV wrapper for the equation and the equation contents, it may
break some existing CSS stylesheets that have been created with
the assumption that there would never be an intervening DIV there.

The following is an example of what Equation output looks like as
a result of the changes described above.

  <div class="equation">
    <a name="three" id="three"></a>

    <p class="title"><b>(1.3)</b></p>

    <div class="equation-contents">
      <span class="mathphrase">1+1=3</span>
    </div>
  </div><br class="equation-break">

Rationale: These changes allow CSS control of the placement of the
formal-object title relative to the formal-object contents. For
example, using the CSS "float" property enables the title and
contents to be rendered on the same line. Example stylesheet:

  .equation {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .equation-contents {
    float: left;
  }

  .equation .title {
    margin-top: 0;
    float: right;
    margin-right: 200px;
  }

  .equation .title b {
    font-weight: normal;
  }

  .equation-break {
    clear: both;
  }

Note that the purpose of the ".equation-break" class is to provide
a way to clear off the floats.

If you want to instead have the equation title rendered to the left
of the equation contents, you can do something like this:

  .equation {
    margin-top: 20px;
    width: 300px;
    margin-bottom: 20px;
  }
  .equation-contents {
    float: right;
  }

  .equation .title {
    margin-top: 0;
    float: left;
    margin-right: 200px;
  }

  .equation .title b {
    font-weight: normal;
  }

  .equation-break {
    clear: both;
  }

19 years agoAdded normalize-space() to text values in document properties.
Bob Stayton [Sun, 20 Nov 2005 19:31:14 +0000 (19:31 +0000)]
Added normalize-space() to text values in document properties.
Handle author better, the same as xep.xsl.

19 years agoAdded normalize-space() to text values in document properties.
Bob Stayton [Sun, 20 Nov 2005 19:30:41 +0000 (19:30 +0000)]
Added normalize-space() to text values in document properties.

19 years agoFixed bug in startinglinenumber when context is
Bob Stayton [Sun, 20 Nov 2005 02:44:34 +0000 (02:44 +0000)]
Fixed bug in startinglinenumber when context is
programlistingco.

19 years agoCheckpointing. This still doesn't handle all rowspan/colspan
Michael Smith [Sun, 20 Nov 2005 02:01:56 +0000 (02:01 +0000)]
Checkpointing. This still doesn't handle all rowspan/colspan
combinations correctly.

19 years agoFixed bug in startinglinenumber when programlisting
Bob Stayton [Sun, 20 Nov 2005 01:39:49 +0000 (01:39 +0000)]
Fixed bug in startinglinenumber when programlisting
is inside a programlistingco.

19 years agouse $UNTAR instead of hard-coded tar in rule.
Michael Smith [Thu, 17 Nov 2005 01:27:00 +0000 (01:27 +0000)]
use $UNTAR instead of hard-coded tar in rule.

19 years agoHandle xml:id, version, and xlink:href better; make sure title gets copied even when...
Norman Walsh [Mon, 14 Nov 2005 11:22:01 +0000 (11:22 +0000)]
Handle xml:id, version, and xlink:href better; make sure title gets copied even when there's no info

19 years agoAdded handling for cases of Methodsynopsis that have Modifier
Michael Smith [Mon, 14 Nov 2005 06:15:29 +0000 (06:15 +0000)]
Added handling for cases of Methodsynopsis that have Modifier
instances after the Methodname. Closes #1353365; thanks to
Stephen Langer for reporting.

19 years agoadded blocks stylesheet to support bibliographies, glossaries and qandasets
Steve Ball [Fri, 11 Nov 2005 05:18:16 +0000 (05:18 +0000)]
added blocks stylesheet to support bibliographies, glossaries and qandasets

19 years agoProceed each converted Pre instance with a .sp macro, to generate
Michael Smith [Thu, 10 Nov 2005 04:27:27 +0000 (04:27 +0000)]
Proceed each converted Pre instance with a .sp macro, to generate
a line of vertical space before the .nf no-fill region.

19 years agoAdded a chunker.output.quiet top-level parameter so that the chunker can be made...
Norman Walsh [Wed, 9 Nov 2005 20:49:44 +0000 (20:49 +0000)]
Added a chunker.output.quiet top-level parameter so that the chunker can be made quiet by default

19 years agoAdded support for link, olink, and xref within OO Classsynopsis
Michael Smith [Wed, 9 Nov 2005 14:41:41 +0000 (14:41 +0000)]
Added support for link, olink, and xref within OO Classsynopsis
and children. (Because DocBook NG/5 allows it).

19 years agoOutput dot before linebreak when transforming <br/>.
Michael Smith [Wed, 9 Nov 2005 12:23:37 +0000 (12:23 +0000)]
Output dot before linebreak when transforming <br/>.

Tested and seems to work as expected. Classsynopsis et al now
render with breaks and spaces in correct places.

19 years agoA Refentry with a Classsynopsis.
Michael Smith [Wed, 9 Nov 2005 12:20:29 +0000 (12:20 +0000)]
A Refentry with a Classsynopsis.

19 years agoReverted change that caused xhtml stylesheets to be imported
Michael Smith [Wed, 9 Nov 2005 12:04:47 +0000 (12:04 +0000)]
Reverted change that caused xhtml stylesheets to be imported
instead of html ones.

19 years agoChanged build to generate a "html-synop.xsl" file and to have it
Michael Smith [Wed, 9 Nov 2005 11:49:28 +0000 (11:49 +0000)]
Changed build to generate a "html-synop.xsl" file and to have it
imported into the driver stylesheet. The build now uses the newly
added html2roff.xsl stylesheet to transform the ../xhtml/synop.xsl
file to generate the html-synop.xsl file. The only transformation
it currently does is to transform <br/> instances into line breaks
and to transform <pre></pre> instances into roff "no fill region"
markup.

This change is a cheap way to enable the manpages stylesheet to
correctly handle OO synopsis content, which it did not handle
correctly previously.

19 years agoIgnore generated docparam.xml file.
Michael Smith [Tue, 8 Nov 2005 06:17:45 +0000 (06:17 +0000)]
Ignore generated docparam.xml file.

19 years agoIgnore db5strip.xsl.
Michael Smith [Tue, 8 Nov 2005 06:16:00 +0000 (06:16 +0000)]
Ignore db5strip.xsl.

19 years agoIgnore generated HTML output.
Michael Smith [Tue, 8 Nov 2005 06:15:07 +0000 (06:15 +0000)]
Ignore generated HTML output.

19 years agoCheckpointing. This currently does not work as-is. I added support
Michael Smith [Tue, 8 Nov 2005 06:01:01 +0000 (06:01 +0000)]
Checkpointing. This currently does not work as-is. I added support
for processing Rowspan correctly and it seems to work as expected,
but still need to do add some handling to actually generate the
tbl(1) format spec.

This implementation relies on holding a big node-set in memory,
containing "Cell" elements store information about the nature of
each cell (e.g., whether it is a "normal" cell, or the result of a
Rowspan or Colspan). I could not figure out a way to implement
support for Rowspan without ending up storing multiple, duplicate,
Cell elements for each cell. (It gets uniq-ified later using the
EXSLT set:distinct function.) The duplication will probably cause
performance and memory issues with big tables. Maybe I will figure
out later how to do it properly; but for now, this will have to do.

19 years agoFixed 'nopage' option in xrefstyle.
Bob Stayton [Mon, 7 Nov 2005 18:31:55 +0000 (18:31 +0000)]
Fixed 'nopage' option in xrefstyle.

19 years agoAdd children (with ids) of formal objects to target data.
Bob Stayton [Sat, 5 Nov 2005 03:27:28 +0000 (03:27 +0000)]
Add children (with ids) of formal objects to target data.

19 years agoTest having both contentwidth="x%" and contentdepth="y%" (from BG)
Michael Smith [Fri, 4 Nov 2005 09:00:49 +0000 (09:00 +0000)]
Test having both contentwidth="x%" and contentdepth="y%" (from BG)

19 years agoAdded some tables (for testing table-handling in manpages)
Michael Smith [Fri, 4 Nov 2005 07:53:25 +0000 (07:53 +0000)]
Added some tables (for testing table-handling in manpages)

19 years agoadded mediaobject caption
Steve Ball [Thu, 3 Nov 2005 22:06:37 +0000 (22:06 +0000)]
added mediaobject caption

19 years agoFix for problem of multiple Arg instances in Group not being
Michael Smith [Thu, 3 Nov 2005 09:27:54 +0000 (09:27 +0000)]
Fix for problem of multiple Arg instances in Group not being
separated by vertical bars. Closes #1346716. Thanks to Costin
Stroie for reporting the problem.

19 years agofixed bug in sidebarinfo title template match.
Bob Stayton [Wed, 2 Nov 2005 10:26:47 +0000 (10:26 +0000)]
fixed bug in sidebarinfo title template match.

19 years agoadded callouts
Steve Ball [Mon, 31 Oct 2005 05:19:09 +0000 (05:19 +0000)]
added callouts

19 years agoJust replace ampersands instead of doing other nonsense.
Michael Smith [Sun, 30 Oct 2005 15:39:45 +0000 (15:39 +0000)]
Just replace ampersands instead of doing other nonsense.

19 years agoMore fixes to entity regex.
Michael Smith [Sun, 30 Oct 2005 13:47:19 +0000 (13:47 +0000)]
More fixes to entity regex.

19 years agoFix regex for matching entities.
Michael Smith [Sun, 30 Oct 2005 08:27:04 +0000 (08:27 +0000)]
Fix regex for matching entities.

19 years agoends-with() isn't an XSLT 1.0 function
Norman Walsh [Sat, 29 Oct 2005 17:22:34 +0000 (17:22 +0000)]
ends-with() isn't an XSLT 1.0 function

19 years agoOutput the stripped document for debugging or if you want to process it more than...
Norman Walsh [Sat, 29 Oct 2005 17:18:38 +0000 (17:18 +0000)]
Output the stripped document for debugging or if you want to process it more than once

19 years agoSet index.on.type to 1 and corrected value of draft.watermark.image
Michael Smith [Sat, 29 Oct 2005 09:23:34 +0000 (09:23 +0000)]
Set index.on.type to 1 and corrected value of draft.watermark.image

19 years agoChanged check for *info child in id.warning template from using
Michael Smith [Sat, 29 Oct 2005 09:12:59 +0000 (09:12 +0000)]
Changed check for *info child in id.warning template from using
contains() to using ends-with() -- because contains() will match
informal* elements (informaltable, etc) too -- not just *info
elements.

Also added check to make sure that *info element matched actually
has a title (because some *info elements may not -- title is not a
required child of *info elements).

And FWIW, I don't think it is too aggressive to have the default
behavior be to have the stylesheets emit notification messages
about ID-less titled objects. If it were the default to have it
not emit those, most users would probably never take the time to
turn it on, including the users who it is most meant to benefit
(those who don't yet know why they ought to be putting IDs on
their titled objects).

19 years agoFor case where id.warn
Michael Smith [Sat, 29 Oct 2005 08:58:59 +0000 (08:58 +0000)]
For case where id.warn

19 years agoNew parameter: id.warnings. If non-zero, warnings are generated for titled objects...
Norman Walsh [Fri, 28 Oct 2005 12:35:15 +0000 (12:35 +0000)]
New parameter: id.warnings. If non-zero, warnings are generated for titled objects that don't have titles. True by default; I wonder if this will be too aggressive?

19 years agoMap info elements to the right *info element when stripping NS. Set xml:base on exter...
Norman Walsh [Thu, 27 Oct 2005 13:47:55 +0000 (13:47 +0000)]
Map info elements to the right *info element when stripping NS. Set xml:base on external references rather than directly changing @fileref. Map xml:id to id.

19 years agoIf the keep.relative.image.uris parameter is true, don't use the absolute URI (as...
Norman Walsh [Thu, 27 Oct 2005 13:46:46 +0000 (13:46 +0000)]
If the keep.relative.image.uris parameter is true, don't use the absolute URI (as calculated from xml:base) in the img src attribute, us the value the author specified. Note that we still have to calculate the absolute filename for use in the image intrinsics extension.

19 years agoSupport date as an inline
Norman Walsh [Thu, 27 Oct 2005 13:45:14 +0000 (13:45 +0000)]
Support date as an inline

19 years agoHack font bugs in funcsynopses
Norman Walsh [Thu, 27 Oct 2005 13:44:33 +0000 (13:44 +0000)]
Hack font bugs in funcsynopses

19 years agoAdded new parameter keep.relative.image.uris
Norman Walsh [Thu, 27 Oct 2005 13:44:04 +0000 (13:44 +0000)]
Added new parameter keep.relative.image.uris

19 years agoFixed title.
Michael Smith [Thu, 27 Oct 2005 03:07:42 +0000 (03:07 +0000)]
Fixed title.

19 years agoSome further tweaks from BG for testing of inserting external
Michael Smith [Thu, 27 Oct 2005 02:46:53 +0000 (02:46 +0000)]
Some further tweaks from BG for testing of inserting external
files (via inlinegraphic).

19 years agoFix validation problems
Norman Walsh [Wed, 26 Oct 2005 14:26:00 +0000 (14:26 +0000)]
Fix validation problems

19 years agoAdded some instances of Indexterm and Index with the "type"
Michael Smith [Wed, 26 Oct 2005 04:16:20 +0000 (04:16 +0000)]
Added some instances of Indexterm and Index with the "type"
attribute.

19 years agoMake sure tfoots are bold too
Norman Walsh [Tue, 25 Oct 2005 11:49:18 +0000 (11:49 +0000)]
Make sure tfoots are bold too

19 years agoMove trim.text template into lib.xweb file.
Michael Smith [Mon, 24 Oct 2005 06:39:31 +0000 (06:39 +0000)]
Move trim.text template into lib.xweb file.

19 years agoCorrected error in generation of table "format" spec.
Michael Smith [Thu, 20 Oct 2005 13:58:11 +0000 (13:58 +0000)]
Corrected error in generation of table "format" spec.

19 years agoAdded a utility template for trimming whitespace off the beginning
Michael Smith [Thu, 20 Oct 2005 13:49:41 +0000 (13:49 +0000)]
Added a utility template for trimming whitespace off the beginning
and end of text chunks.

19 years agoFirst shot at implementing table support in the manpages
Michael Smith [Thu, 20 Oct 2005 13:48:49 +0000 (13:48 +0000)]
First shot at implementing table support in the manpages
stylesheet. This works well as-is for normal span-less tables. It
even works for tables with colspans. But it does not yet even
attempt to do anything for rowspans. It will take more work to
add rowspan handling that. Not sure if it's worth the work, really.

Note: This table support is implemented by do a first pass to
process each table using the templates in the HTML stylesheet
(which we import). We don't override any of the <row> or <tr> or
<entry> or <td>, etc., table-markup templates, but we do override
the block and inline templates for whatever the child content of
the <entry> and <td> instances. So we end up with a node that has
"hybrid" output -- with table rows and cells marked up with HTML
<tr> and <td> tags, with with the <td> child content marked up in
roff.

So we use exsl:node-set on that node and make a second-pass
through all of it to replace the <tr> and <td> parts with tbl(1)
macros. Voila -- the end result is properly marked up tbl/roff
output for the table.

One nice thing about doing it this is that it supports both CALS
and HTML table markup, without needing any conditional logic to
deal with CALS separately. Because the first pass causes both the
CALS and HTML source markup to be "normalized" into HTML.

19 years agoMap Unicode space characters U+2000-U+200A to fo:leaders.
Jirka Kosek [Thu, 20 Oct 2005 10:08:42 +0000 (10:08 +0000)]
Map Unicode space characters U+2000-U+200A to fo:leaders.

19 years agoAdded support for generating better plain-text output for man pages.
Michael Smith [Wed, 19 Oct 2005 06:54:14 +0000 (06:54 +0000)]
Added support for generating better plain-text output for man pages.

19 years agoCorrected flub made when committing cldr makefiles (had in base
Michael Smith [Tue, 18 Oct 2005 04:10:54 +0000 (04:10 +0000)]
Corrected flub made when committing cldr makefiles (had in base
contrib dir instead of in cldr subdir).

19 years agouse newtbl=1 in dblatex stylesheet params
Michael Smith [Tue, 18 Oct 2005 04:08:42 +0000 (04:08 +0000)]
use newtbl=1 in dblatex stylesheet params

19 years agoImproved handling or Author/Editor/Othercredit.
Michael Smith [Mon, 17 Oct 2005 18:52:02 +0000 (18:52 +0000)]
Improved handling or Author/Editor/Othercredit.

Reworked content of (non-visible) comment added at top of each
page (metadata stuff).

Added support for generating a manifest file (useful for cleaning
up after builds, etc.)

19 years agoRepaired by substitution.
Michael Smith [Mon, 17 Oct 2005 18:29:41 +0000 (18:29 +0000)]
Repaired by substitution.

19 years agoAdded better support for dblatex.
Michael Smith [Mon, 17 Oct 2005 17:23:11 +0000 (17:23 +0000)]
Added better support for dblatex.

19 years agoReceived from DBLaTeX. The latest devel version of dblatex
Michael Smith [Mon, 17 Oct 2005 14:46:44 +0000 (14:46 +0000)]
Received from DBLaTeX. The latest devel version of dblatex
(pre-0.1.7) correctly renders callouts in all valid test cases in
this document.

19 years agoRCS keyword exploration.
Michael Smith [Mon, 17 Oct 2005 10:46:26 +0000 (10:46 +0000)]
RCS keyword exploration.

19 years agoMore RCS keyword fumbling.
Michael Smith [Mon, 17 Oct 2005 10:43:51 +0000 (10:43 +0000)]
More RCS keyword fumbling.

19 years agoTesting some RCS keywords.
Michael Smith [Mon, 17 Oct 2005 10:40:25 +0000 (10:40 +0000)]
Testing some RCS keywords.

19 years agoRenamed Makefile.example to Makefile.DocBook
Michael Smith [Mon, 17 Oct 2005 10:36:45 +0000 (10:36 +0000)]
Renamed Makefile.example to Makefile.DocBook

19 years agoMostly works but still need to add chunking.
Michael Smith [Mon, 17 Oct 2005 10:35:37 +0000 (10:35 +0000)]
Mostly works but still need to add chunking.

19 years agoOutput a real em dash for em-dash dingbat (instead of two hypens).
Michael Smith [Mon, 17 Oct 2005 07:43:04 +0000 (07:43 +0000)]
Output a real em dash for em-dash dingbat (instead of two hypens).

19 years agoProblem:
Michael Smith [Mon, 17 Oct 2005 04:40:46 +0000 (04:40 +0000)]
Problem:
In a PDF generated with Passivetex, every itemizedlist (bulleted
list) has a linebreak after the bullet and before the listem
contents. That bullet should not be there.

Cause:
Design problem in Passivetex

Fix:
Added a fix that works around the problem by not wrapping the
listem output in an <fo:block> if passivetex.extensions=1. Closes
#1328348.

Affects:
Only affects output if passivetex.extensions=1. Otherwise,
follows previous code path, so behavior is exactly the same.

19 years agoTest for annotations
Norman Walsh [Sun, 16 Oct 2005 20:39:44 +0000 (20:39 +0000)]
Test for annotations

19 years agoFix test bugs
Norman Walsh [Sun, 16 Oct 2005 20:39:21 +0000 (20:39 +0000)]
Fix test bugs

19 years agoAdded target for making plain-text output.
Michael Smith [Sun, 16 Oct 2005 09:36:26 +0000 (09:36 +0000)]
Added target for making plain-text output.

19 years agoFixed equation markup (thanks to Benoit Guillon).
Michael Smith [Sun, 16 Oct 2005 02:07:50 +0000 (02:07 +0000)]
Fixed equation markup (thanks to Benoit Guillon).

19 years agoA "standard" makefile for generating output from DocBook sources.
Michael Smith [Sat, 15 Oct 2005 09:42:49 +0000 (09:42 +0000)]
A "standard" makefile for generating output from DocBook sources.

19 years agoAdded makefiled for downloading and extracging xmlformat.
Michael Smith [Fri, 14 Oct 2005 08:27:06 +0000 (08:27 +0000)]
Added makefiled for downloading and extracging xmlformat.

19 years agoAdded module and makefile for downloading dtd-flatten.jar
Michael Smith [Fri, 14 Oct 2005 08:04:53 +0000 (08:04 +0000)]
Added module and makefile for downloading dtd-flatten.jar

19 years agoUse CVSROOT instead of DOCBOOK_CVS (DOCBOOK_CVS only works with
Michael Smith [Fri, 14 Oct 2005 07:55:09 +0000 (07:55 +0000)]
Use CVSROOT instead of DOCBOOK_CVS (DOCBOOK_CVS only works with
the build-branch version of Makefile.incl...)

19 years agoAdded "-n" option to cause appending of e-mail address to
Michael Smith [Fri, 14 Oct 2005 07:53:34 +0000 (07:53 +0000)]
Added "-n" option to cause appending of e-mail address to
usernames to be suppressed.

19 years agoAdded contrib/cldr module.
Michael Smith [Fri, 14 Oct 2005 07:34:22 +0000 (07:34 +0000)]
Added contrib/cldr module.

19 years agoAdded $Id$
Michael Smith [Fri, 14 Oct 2005 07:29:38 +0000 (07:29 +0000)]
Added $Id$

19 years agoAdded a module for syncing up with latest CLDR CVS snapshot.
Michael Smith [Fri, 14 Oct 2005 07:28:37 +0000 (07:28 +0000)]
Added a module for syncing up with latest CLDR CVS snapshot.

19 years agoadded Word template file
Steve Ball [Thu, 13 Oct 2005 21:22:10 +0000 (21:22 +0000)]
added Word template file

19 years agoFixed test expression
Norman Walsh [Thu, 13 Oct 2005 15:44:08 +0000 (15:44 +0000)]
Fixed test expression

19 years agoadded abstract, fixed itemizedlist, ulink
Steve Ball [Thu, 13 Oct 2005 07:12:43 +0000 (07:12 +0000)]
added abstract, fixed itemizedlist, ulink

19 years agoChanged second title instance to substitle.
Michael Smith [Thu, 13 Oct 2005 01:13:51 +0000 (01:13 +0000)]
Changed second title instance to substitle.

19 years agoThese test files were apparently designed to expect external index
Michael Smith [Thu, 13 Oct 2005 01:11:51 +0000 (01:11 +0000)]
These test files were apparently designed to expect external index
files that get generated by the DSSSL build. But the XSL build
does not generate them, and, when it finds them missing, the build
breaks. So, commented out the DSSSL stuff and added <index/>
instances. If you want to test these files with DSSSL output, you
will need to uncomment the entity refs at the end.

19 years agoA wrapper for grouping some Reference and Refentry instances.
Michael Smith [Thu, 13 Oct 2005 00:56:08 +0000 (00:56 +0000)]
A wrapper for grouping some Reference and Refentry instances.

19 years agoA wrapper with a Part, followed by several Chapters, ending with a
Michael Smith [Thu, 13 Oct 2005 00:45:42 +0000 (00:45 +0000)]
A wrapper with a Part, followed by several Chapters, ending with a
Glossary.

19 years agoAdded some more tests for exposing handling of linebreaks after
Michael Smith [Thu, 13 Oct 2005 00:13:16 +0000 (00:13 +0000)]
Added some more tests for exposing handling of linebreaks after
programlisting start tag and before programlisting end tag. Also,
wrapped this refentry in a book instead of an article.

19 years agoChanged some IDs so that these files could be included in the same
Michael Smith [Wed, 12 Oct 2005 23:49:28 +0000 (23:49 +0000)]
Changed some IDs so that these files could be included in the same
wrapper without causing duplicate-ID validity errors.

19 years agoAdded bibliography.005.xml to book.006.xml wrapper.
Michael Smith [Wed, 12 Oct 2005 20:56:36 +0000 (20:56 +0000)]
Added bibliography.005.xml to book.006.xml wrapper.

19 years agoA book wrapper for all biblio.00n.xml files.
Michael Smith [Wed, 12 Oct 2005 20:30:13 +0000 (20:30 +0000)]
A book wrapper for all biblio.00n.xml files.

19 years agoFixed bug #1315700, where glossary in part with role="auto"
Bob Stayton [Wed, 12 Oct 2005 18:28:01 +0000 (18:28 +0000)]
Fixed bug #1315700, where glossary in part with role="auto"
produced invalid FO.

19 years agoThis is a standalone "utility" stylesheet (it's not imported by
Michael Smith [Wed, 12 Oct 2005 14:58:42 +0000 (14:58 +0000)]
This is a standalone "utility" stylesheet (it's not imported by
and of the drivers). Its purpose is to transform all instances of
DocBook-specific "insert file" markup (e.g., <textdata
fileref="foo.txt) with Xinclude instances. It is mainly intended
as an alternative to the DocBook XSLT Java insertfile() extension.