Bob Stayton [Tue, 16 Jul 2002 19:10:04 +0000 (19:10 +0000)]
Remove 'article' from the catch-all template match in mode=xref-to
because it is already covered in another xref-to template,
leading to an ambigious selection of template.
Norman Walsh [Tue, 16 Jul 2002 11:29:18 +0000 (11:29 +0000)]
Use basic initial-page-number property instead of extended force-page-count property to get components to start on odd pages in double.sided mode; call format.page.number to set the page number format for all page sequences
Bob Stayton [Sat, 13 Jul 2002 08:24:33 +0000 (08:24 +0000)]
Fixed output encoding to utf-8 so a targets database
can handle mixed languages.
Added omit-xml-declaration to get around the standalone
attribute in the XML declaration not being permitted
in system entities.
- add support for using PSGMLs parse tree
- seperate files for external parser (toc.pl) and PSGML-based parser
- updated installation instructions in README
- updated README to reflect PSGML and toc.pl support
- complete support (external & PSGML) for external extities
- layout improvements
- require and provide
Bob Stayton [Fri, 12 Jul 2002 20:53:17 +0000 (20:53 +0000)]
Removed lowercase.alpha and uppercase.alpha per Norm's suggestion.
Added refsect[1-3] to the section-xref-numbered and unnumbered
contexts for completeness.
Bob Stayton [Sun, 7 Jul 2002 21:13:25 +0000 (21:13 +0000)]
Changed the name of the second-order itemizedlist mark
from 'round' (not supported in browsers' <ul> 'type' attribute)
to 'circle', which is supported.
Both are already supported in FO stylesheet.
Bob Stayton [Sat, 6 Jul 2002 23:02:38 +0000 (23:02 +0000)]
Added $verbose parameter to default xref-to template
so olink target collection can be quiet for elements
that don't have an xref-to.
Also fixed a line break in an olink error message.
Bob Stayton [Sat, 6 Jul 2002 04:56:39 +0000 (04:56 +0000)]
Bug fix for inlinegraphic not being inline.
The test for setting $viewport to 0 was
test="inlinegraphic
| ancestor::inlinemediaobject
| ancestor::inlineequation"
when it should be:
test="local-name(.) = 'inlinegraphic'
or ancestor::inlinemediaobject
or ancestor::inlineequation"
Now inlinegraphics are inline.
Bob Stayton [Fri, 5 Jul 2002 08:32:41 +0000 (08:32 +0000)]
Added 'verbose' parameter to default templates in
title.markup mode and label.markup mode, and made
the error message conditional on that parameter. The
default value is 1, so the message will still be
there for normal usage. But the targets.xsl
stylesheet sets verbose to 0 when trolling for
cross reference targets to eliminate useless noise
on elements that have an id attribute but no title or label.
Bob Stayton [Fri, 5 Jul 2002 08:28:36 +0000 (08:28 +0000)]
Added four parameters to support new stylesheet olink system:
target.database.document.xml
use.local.olink.style.xml
current.docid.xml
olink.doctitle.xml
Bob Stayton [Fri, 5 Jul 2002 08:27:32 +0000 (08:27 +0000)]
Modified for the new stylesheet olink system.
Modfified olink template to support the new
targetdoc and targetptr attributes.
Loads target database into keys for fast lookup.
Bob Stayton [Fri, 5 Jul 2002 08:24:36 +0000 (08:24 +0000)]
Added seven new parameters for the new stylesheet olink system:
target.database.document
targets.filename
collect.xref.targets
olink.base.uri
use.local.olink.style
current.docid
olink.doctitle
Bob Stayton [Fri, 5 Jul 2002 08:22:15 +0000 (08:22 +0000)]
Modified for the new stylesheet olink system.
Checks the collect.xref.targets parameter and runs
the target data collection process if selected.
Default is to not run the collection process.
Bob Stayton [Fri, 5 Jul 2002 08:21:17 +0000 (08:21 +0000)]
Modified for new stylesheet olink system.
Checks the collect.xref.targets parameter and
runs the target collection process if selected.
Default is to not run the collection process.
Bob Stayton [Fri, 5 Jul 2002 08:19:27 +0000 (08:19 +0000)]
Modified to use new stylesheet olinks.
Extended the olink template for the new targetdoc and
targetptr attributes.
Loads the target database into keys for quick lookups.