]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
15 years agoFix bug 1546008: in qandaentry in a TOC, use its blockinfo/titleabbrev or blockinfo...
Bob Stayton [Thu, 5 Mar 2009 23:34:58 +0000 (23:34 +0000)]
Fix bug 1546008: in qandaentry in a TOC, use its blockinfo/titleabbrev or blockinfo/title
instead of question, if available. For DocBook 5, use the info versions.

15 years agoFix bug 1546008: in qandaentry in a TOC, use its blockinfo/titleabbrev or blockinfo...
Bob Stayton [Thu, 5 Mar 2009 23:33:56 +0000 (23:33 +0000)]
Fix bug 1546008: in qandaentry in a TOC, use its blockinfo/titleabbrev or blockinfo/title
instead of question, if available. For DocBook 5, use the info versions.

15 years agoAdd support for generating olink target database for htmlhelp files.
Bob Stayton [Thu, 5 Mar 2009 22:06:51 +0000 (22:06 +0000)]
Add support for generating olink target database for htmlhelp files.

15 years agoAdd support for generating olink database when using chunktoc.xsl.
Bob Stayton [Thu, 5 Mar 2009 17:55:06 +0000 (17:55 +0000)]
Add support for generating olink database when using chunktoc.xsl.

15 years agoupdate of maven artifacts to 1.74.3 versions
mimil [Mon, 2 Mar 2009 18:12:29 +0000 (18:12 +0000)]
update of maven artifacts to 1.74.3 versions

15 years agoNow handles year element containing a comma or dash without error.
Bob Stayton [Fri, 27 Feb 2009 07:06:57 +0000 (07:06 +0000)]
Now handles year element containing a comma or dash without error.

15 years agoFix bug #1669654 Broken output if copyright <year> contains a range.
Bob Stayton [Fri, 27 Feb 2009 07:02:45 +0000 (07:02 +0000)]
Fix bug #1669654 Broken output if copyright <year> contains a range.

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Wed, 25 Feb 2009 01:07:35 +0000 (01:07 +0000)]
Restored VERSION file to snapshot state

15 years agoAdd better pointer to README for XSLTHL
Keith Fahlgren [Wed, 25 Feb 2009 00:49:20 +0000 (00:49 +0000)]
Add better pointer to README for XSLTHL

15 years agoUpdated for 1.74.3 release
Keith Fahlgren [Wed, 25 Feb 2009 00:07:04 +0000 (00:07 +0000)]
Updated for 1.74.3 release

15 years agoVersion 1.74.3 released
Keith Fahlgren [Tue, 24 Feb 2009 22:18:36 +0000 (22:18 +0000)]
Version 1.74.3 released

15 years agoAdding XSLTHL readme
Keith Fahlgren [Tue, 24 Feb 2009 21:46:47 +0000 (21:46 +0000)]
Adding XSLTHL readme

15 years agoFix my lack of understanding how to pass params to Perl versions of XSLTENGINEs for...
Keith Fahlgren [Tue, 24 Feb 2009 04:36:32 +0000 (04:36 +0000)]
Fix my lack of understanding how to pass params to Perl versions of XSLTENGINEs for smoketests

15 years agoFix bug in labelling figure inside appendix inside article inside book.
Bob Stayton [Sat, 21 Feb 2009 20:10:14 +0000 (20:10 +0000)]
Fix bug in labelling figure inside appendix inside article inside book.

15 years agoAdd usage statement to indicate arguments.
Bob Stayton [Sat, 21 Feb 2009 18:59:02 +0000 (18:59 +0000)]
Add usage statement to indicate arguments.

15 years agoAnother stab at fixing the stupid XSLTHT includes across processors (Saxon regression...
Keith Fahlgren [Fri, 20 Feb 2009 14:40:45 +0000 (14:40 +0000)]
Another stab at fixing the stupid XSLTHT includes across processors (Saxon regression reported by Sorin Ristache)

15 years agoThe DocBook 1.74.* had problems with different XSLT processors.
Keith Fahlgren [Fri, 20 Feb 2009 13:57:14 +0000 (13:57 +0000)]
The DocBook 1.74.* had problems with different XSLT processors.
Add instructions to release instructions and make Makefiles more
flexible to allow 'make check' to *actually* be run with something
other than xsltproc. Thanks to Sorin Ristache for reporting this
issue.

   Because of problems with the 1.74.* releases, it is now
   recommended that "make check" be run multiple times with
   different XSLT processors.

   One recommended way to invoke "make check" is the following:

     rm -f DOCBOOK-BUILD.LOG && \
     . ~/docbk.sh && \
     make check 2>&1 \
       XSLTENGINE=xsltproc \
       | tee DOCBOOK-BUILD.LOG && \
     $DOCBOOK_SVN/buildtools/build-check DOCBOOK-BUILD.LOG

   After running with "xsltproc", you should run it again with
   "saxon":
     rm -f DOCBOOK-BUILD.LOG && \
     . ~/docbk.sh && \
     make check 2>&1 \
       XSLTENGINE=saxon \
       | tee DOCBOOK-BUILD.LOG && \
     $DOCBOOK_SVN/buildtools/build-check DOCBOOK-BUILD.LOG

15 years agoNo, we are going to 1.74.3
Keith Fahlgren [Fri, 20 Feb 2009 13:25:04 +0000 (13:25 +0000)]
No, we are going to 1.74.3

15 years agoRestored VERSION file to snapshot state
Keith Fahlgren [Fri, 20 Feb 2009 06:03:05 +0000 (06:03 +0000)]
Restored VERSION file to snapshot state

15 years agoUpdated for 1.74.2 release
Keith Fahlgren [Fri, 20 Feb 2009 05:17:09 +0000 (05:17 +0000)]
Updated for 1.74.2 release

15 years agoVersion 1.74.2 released
Keith Fahlgren [Fri, 20 Feb 2009 05:14:06 +0000 (05:14 +0000)]
Version 1.74.2 released

15 years agoMore tweaking the way that XSLTHL does or does not get called
Keith Fahlgren [Fri, 20 Feb 2009 05:00:14 +0000 (05:00 +0000)]
More tweaking the way that XSLTHL does or does not get called

15 years agoAlternate attempt at sanely including/excluding XSLTHT code
Keith Fahlgren [Fri, 20 Feb 2009 04:40:16 +0000 (04:40 +0000)]
Alternate attempt at sanely including/excluding XSLTHT code

15 years agoReverted r8249, since chunk-changebars.xsl is autogenerated for XHTML and XHTML 1.1.
Mauritz Jeanson [Thu, 19 Feb 2009 18:59:18 +0000 (18:59 +0000)]
Reverted r8249, since chunk-changebars.xsl is autogenerated for XHTML and XHTML 1.1.

15 years agoCommented out processor-specific <script> elements. This is a quick fix to work aroun...
Mauritz Jeanson [Thu, 19 Feb 2009 17:31:41 +0000 (17:31 +0000)]
Commented out processor-specific <script> elements. This is a quick fix to work around a dependency on XSLTHL in 1.74.1.

15 years agoAttach zh.xml to building
Dongsheng Song [Thu, 19 Feb 2009 08:23:42 +0000 (08:23 +0000)]
Attach zh.xml to building

15 years agoCleaning notes
Keith Fahlgren [Tue, 17 Feb 2009 23:55:00 +0000 (23:55 +0000)]
Cleaning notes

15 years agoUpdated for 1.74.1 release
Keith Fahlgren [Tue, 17 Feb 2009 16:56:15 +0000 (16:56 +0000)]
Updated for 1.74.1 release

15 years agoVersion 1.74.1 released
Keith Fahlgren [Tue, 17 Feb 2009 15:00:48 +0000 (15:00 +0000)]
Version 1.74.1 released

15 years agoOther *HTML outputs need changebars too?
Keith Fahlgren [Tue, 17 Feb 2009 04:56:58 +0000 (04:56 +0000)]
Other *HTML outputs need changebars too?

15 years ago...continue that last commit, being slightly more generic in the CSS to get the desir...
Keith Fahlgren [Tue, 17 Feb 2009 04:54:38 +0000 (04:54 +0000)]
...continue that last commit, being slightly more generic in the CSS to get the desired output in ADE.

15 years agoPatch from Paul Norton of Adobe to get covers to look better in Adobe Digital Editions
Keith Fahlgren [Tue, 17 Feb 2009 04:47:44 +0000 (04:47 +0000)]
Patch from Paul Norton of Adobe to get covers to look better in Adobe Digital Editions

15 years agoPatch contributed by Liza Daly to make ePub cover handling more generic. Additionally
Keith Fahlgren [Tue, 17 Feb 2009 04:41:34 +0000 (04:41 +0000)]
Patch contributed by Liza Daly to make ePub cover handling more generic. Additionally
DocBook 5.0's <cover> now has some limited support:

- should reference a cover in the OPF guide for a DocBook 5.0 test document

15 years agoLiza Daly reported that the dc:identifer-generation code was garbage (she was right).
Keith Fahlgren [Tue, 17 Feb 2009 04:03:20 +0000 (04:03 +0000)]
Liza Daly reported that the dc:identifer-generation code was garbage (she was right).

Added new tests:
- should include at least one dc:identifier
- should include an ISBN as URN for dc:identifier if an ISBN was in the metadata
- should include an ISSN as URN for dc:identifier if an ISSN was in the metadata
- should include an biblioid as a dc:identifier if an biblioid was in the metadata
- should include a URN for a biblioid with @class attribute as a dc:identifier if an biblioid was in the metadata

15 years agoFixed bug #2574111 (missing rowsep border between tgroups in one table).
Mauritz Jeanson [Sun, 15 Feb 2009 12:56:43 +0000 (12:56 +0000)]
Fixed bug #2574111 (missing rowsep border between tgroups in one table).

15 years agoAdded "Acknowledgements".
Mauritz Jeanson [Sun, 15 Feb 2009 11:57:46 +0000 (11:57 +0000)]
Added "Acknowledgements".

15 years agoUpdated abstract template so that the abstract.properties and
Mauritz Jeanson [Sun, 15 Feb 2009 11:02:46 +0000 (11:02 +0000)]
Updated abstract template so that the abstract.properties and
abstract.title.properties attribute-sets are used. See bug #1842865.

15 years agoAllow hyphnetation also in xlink urls
Jirka Kosek [Fri, 13 Feb 2009 11:31:02 +0000 (11:31 +0000)]
Allow hyphnetation also in xlink urls

15 years agoAn XSLT2 stylehseet to obfuscate the text of a DocBook document so that you can submi...
Keith Fahlgren [Wed, 11 Feb 2009 20:58:08 +0000 (20:58 +0000)]
An XSLT2 stylehseet to obfuscate the text of a DocBook document so that you can submit it as a failing test case (probably because of unhandled markup)

15 years agoPut the following at the top of generated roff for each page:
Michael Smith [Mon, 9 Feb 2009 19:56:29 +0000 (19:56 +0000)]
Put the following at the top of generated roff for each page:
  \" t
purpose is to explicitly tell AT&T troff that the page needs to be
pre-processed through tbl(1); groff can figure it out
automatically, but apparently AT&T troff needs to be explicitly told

15 years agoincorporate Kirghiz locale from Ilyas Bakirov
Michael Smith [Mon, 9 Feb 2009 19:13:26 +0000 (19:13 +0000)]
incorporate Kirghiz locale from Ilyas Bakirov

15 years agonew Kirghiz locale from Ilyas Bakirov
Michael Smith [Mon, 9 Feb 2009 18:55:35 +0000 (18:55 +0000)]
new Kirghiz locale from Ilyas Bakirov

15 years agoSuppress FC/F[] stuff unless man.output.better.ps.enabled is non-zero.
Michael Smith [Mon, 9 Feb 2009 17:44:52 +0000 (17:44 +0000)]
Suppress FC/F[] stuff unless man.output.better.ps.enabled is non-zero.

15 years agoThis change closes bug 2013441 and makes man-page output generally
Michael Smith [Mon, 9 Feb 2009 16:22:14 +0000 (16:22 +0000)]
This change closes bug 2013441 and makes man-page output generally
usable again on Solaris and other platforms that use AT&T troff
instead of groff.

The change was to add man.output.better.ps.enabled parameter, with
its default value set to zero.

If the value of the man.output.better.ps.enabled parameter is
non-zero, certain markup is embedded in each generated man page
such that PostScript output from the man -Tps command for that
page will include a number of enhancements designed to improve the
quality of that output.

If man.output.better.ps.enabled is zero (the default), no such
markup is embedded in generated man pages, and no enhancements are
included in the PostScript output generated from those man pages
by the man -Tps command.

WARNING: The enhancements provided by this parameter rely on
features that are specific to groff (GNU troff) and that are not
part of "classic" AT&T troff or any of its derivatives. Therefore,
any man pages you generate with this parameter enabled will be
readable only on systems on which the groff (GNU troff) program is
installed, such as GNU/Linux systems.  The pages will not not be
readable on systems on with the classic troff (AT&T troff) command
is installed.

NOTE: The value of this parameter only affects PostScript output
generated from the man command. It has no effect on output
generated using the FO backend.

TIP: You can generate PostScript output for any man page by
running the following command:

man FOO -Tps > FOO.ps

You can then generate PDF output by running the following command:

ps2pdf FOO.ps

15 years agominor additions to stylesheet for docbook-xsl generated reference docs
Michael Smith [Mon, 9 Feb 2009 12:10:48 +0000 (12:10 +0000)]
minor additions to stylesheet for docbook-xsl generated reference docs

15 years agoImprove both SEO and semantic structure of chunked ePub output by ensuring that
Keith Fahlgren [Fri, 6 Feb 2009 04:57:22 +0000 (04:57 +0000)]
Improve both SEO and  semantic structure of chunked ePub output by ensuring that
we always send out one and only one h1 in each XHTML chunk.

DocBook::Epub
- should include one and only one <h1> in each HTML file in rendered ePub files
for <book>s
- should include one and only one <h1> in each HTML file in rendered ePub files
for <book>s even if they do not have section markup

15 years agoFix Auditlocale.pl warning.
Dongsheng Song [Thu, 5 Feb 2009 03:08:17 +0000 (03:08 +0000)]
Fix Auditlocale.pl warning.

15 years agoOnly try to chunk bibliodiv[title] to prevent ???TITLE??? and OPF/NCX errors (regress...
Keith Fahlgren [Wed, 4 Feb 2009 13:35:45 +0000 (13:35 +0000)]
Only try to chunk bibliodiv[title] to prevent ???TITLE??? and OPF/NCX errors (regression included)

15 years agoepubcheck 1.0.3 actually sets an exit code properly, so use that instead of doing...
Keith Fahlgren [Tue, 3 Feb 2009 18:31:21 +0000 (18:31 +0000)]
epubcheck 1.0.3 actually sets an exit code properly, so use that instead of doing nasty output regexp.

16 years agoFollow-up to r8219, add "Acknowledgements".
Dongsheng Song [Thu, 22 Jan 2009 01:58:38 +0000 (01:58 +0000)]
Follow-up to r8219, add "Acknowledgements".

16 years agoAdded "Acknowledgements".
Mauritz Jeanson [Tue, 20 Jan 2009 18:43:42 +0000 (18:43 +0000)]
Added "Acknowledgements".

16 years agoA very small update.
Mauritz Jeanson [Fri, 16 Jan 2009 15:47:54 +0000 (15:47 +0000)]
A very small update.

16 years agoMade a few small fixes to the description.
Mauritz Jeanson [Wed, 14 Jan 2009 18:54:22 +0000 (18:54 +0000)]
Made a few small fixes to the description.

16 years agoCorrected parameter name.
Mauritz Jeanson [Sun, 11 Jan 2009 13:13:07 +0000 (13:13 +0000)]
Corrected parameter name.

16 years agoUpdated description.
Mauritz Jeanson [Sat, 10 Jan 2009 14:24:52 +0000 (14:24 +0000)]
Updated description.

16 years agoReverted revision 7671 in order to prevent orgname from being mixed into
Mauritz Jeanson [Sat, 10 Jan 2009 12:05:42 +0000 (12:05 +0000)]
Reverted revision 7671 in order to prevent orgname from being mixed into
person names. The bug has been reported twice: #2000787 and #2082455.

16 years agoFixing image @align attribute handling override (to just use what is in xhtml-1_1...
Keith Fahlgren [Tue, 6 Jan 2009 20:14:12 +0000 (20:14 +0000)]
Fixing image @align attribute handling override (to just use what is in xhtml-1_1/graphics.xsl)

16 years agoAdded processing of mediaobject/graphic to calsTable template. Closes bug #2298384.
Mauritz Jeanson [Fri, 26 Dec 2008 18:04:24 +0000 (18:04 +0000)]
Added processing of mediaobject/graphic to calsTable template. Closes bug #2298384.

16 years agoSimplified Chinese translation.
Dongsheng Song [Thu, 25 Dec 2008 02:13:45 +0000 (02:13 +0000)]
Simplified Chinese translation.
* defguide5/zh/stylesheets/fo.xsl,defguide5/zh/stylesheets/zh/fo.xsl,
  defguide/zh/stylesheets/fo.xsl,defguide/zh/stylesheets/zh/fo.xsl: change symbol font.
* gentext/locale/zh_cn.xml: Use publishing term instead.

16 years agoUpdate some gentext translations.
Dongsheng Song [Wed, 17 Dec 2008 06:21:13 +0000 (06:21 +0000)]
Update some gentext translations.

16 years agowork around the latest round of SF ass-headedness
Michael Smith [Tue, 16 Dec 2008 06:56:13 +0000 (06:56 +0000)]
work around the latest round of SF ass-headedness

16 years agounbreak the build
Michael Smith [Tue, 16 Dec 2008 06:05:25 +0000 (06:05 +0000)]
unbreak the build

16 years agoremoved unnecessary namespaced stuff element names from strip-space list
Michael Smith [Tue, 16 Dec 2008 02:31:13 +0000 (02:31 +0000)]
removed unnecessary namespaced stuff element names from strip-space list

16 years agoModified comment only.
Bob Stayton [Mon, 15 Dec 2008 23:50:20 +0000 (23:50 +0000)]
Modified comment only.

16 years agoFix handling of dir attribute in body.attributes template.
Bob Stayton [Mon, 15 Dec 2008 23:37:46 +0000 (23:37 +0000)]
Fix handling of dir attribute in body.attributes template.

16 years agoIn body.attributes template, add dir attribute if needed.
Bob Stayton [Mon, 15 Dec 2008 23:16:37 +0000 (23:16 +0000)]
In body.attributes template, add dir attribute if needed.

16 years agoChange align="left" to use $direction.align.start instead,
Bob Stayton [Mon, 15 Dec 2008 22:26:38 +0000 (22:26 +0000)]
Change align="left" to use $direction.align.start instead,
and change align="right" to use $direction.align.end instead.

16 years agoAdd support for writing.mode to set text direction and alignment
Bob Stayton [Mon, 15 Dec 2008 22:21:16 +0000 (22:21 +0000)]
Add support for writing.mode to set text direction and alignment
based on document locale.

16 years agowriting mode param used to set text direction.
Bob Stayton [Mon, 15 Dec 2008 22:13:54 +0000 (22:13 +0000)]
writing mode param used to set text direction.

16 years agoAdd writing-mode gentext string to support right-to-left languages.
Bob Stayton [Mon, 15 Dec 2008 22:10:25 +0000 (22:10 +0000)]
Add writing-mode gentext string to support right-to-left languages.

16 years agoFix bug in addnamespace that wrongly deleted some
Bob Stayton [Mon, 15 Dec 2008 18:17:53 +0000 (18:17 +0000)]
Fix bug in addnamespace that wrongly deleted some
trailing whitespace in a string.

16 years agoAdded <xsl:when> for subtitle in section.heading template. Closes bug #2329704.
Mauritz Jeanson [Fri, 5 Dec 2008 19:19:24 +0000 (19:19 +0000)]
Added <xsl:when> for subtitle in section.heading template. Closes bug #2329704.

16 years agoremove of the epub example directory for maven artifacts which greatly slows down...
mimil [Wed, 19 Nov 2008 20:40:22 +0000 (20:40 +0000)]
remove of the epub example directory for maven artifacts which greatly slows down the artifact size.

16 years agoModified predicate in tabstyle template. Closes bug #2269202.
Mauritz Jeanson [Wed, 19 Nov 2008 20:36:45 +0000 (20:36 +0000)]
Modified predicate in tabstyle template. Closes bug #2269202.

16 years agopreparing maven release svn tag
mimil [Wed, 19 Nov 2008 00:05:25 +0000 (00:05 +0000)]
preparing maven release svn tag

16 years agopreparing maven release svn tag
mimil [Wed, 19 Nov 2008 00:03:24 +0000 (00:03 +0000)]
preparing maven release svn tag

16 years agosome parent pom was missing or not using the proper version
mimil [Tue, 18 Nov 2008 23:38:32 +0000 (23:38 +0000)]
some parent pom was missing or not using the proper version

16 years agoadd developer list in maven parent artifact, parent artifact versined to 5.0 instead...
mimil [Tue, 18 Nov 2008 23:21:03 +0000 (23:21 +0000)]
add developer list in maven parent artifact, parent artifact versined to 5.0 instead to 1.0.0

16 years agoFix a longstanding bug, "gentext" for "bookinfo/pubdate|info/pubdate" should
Dongsheng Song [Fri, 14 Nov 2008 03:35:52 +0000 (03:35 +0000)]
Fix a longstanding bug, "gentext" for "bookinfo/pubdate|info/pubdate" should
map to 'pubdate', not 'published'!

This bug exist since initial checkin by nwalsh, all languages except english
affected, I'm very surprised why no one complain it yet!

16 years agoFix bug in computation of nextspans variable when there are
Bob Stayton [Thu, 6 Nov 2008 18:45:43 +0000 (18:45 +0000)]
Fix bug in computation of nextspans variable when there are
skipped columns and spanning across columns.

16 years agoFix bug in computation of nextspans variable when
Bob Stayton [Thu, 6 Nov 2008 18:41:16 +0000 (18:41 +0000)]
Fix bug in computation of nextspans variable when
skipped columns and column span are used.

16 years agoSlightly clearer README for epub output developers running tests
Keith Fahlgren [Wed, 5 Nov 2008 16:22:47 +0000 (16:22 +0000)]
Slightly clearer README for epub output developers running tests

16 years agoAdding patch from Liza Daly to fix problems with XHTML 1.1 DOCTYPES showing up in...
Keith Fahlgren [Tue, 4 Nov 2008 23:22:19 +0000 (23:22 +0000)]
Adding patch from Liza Daly to fix problems with XHTML 1.1 DOCTYPES showing up in non-XHTML files

16 years agoSet scalefit=1 if a default image width is defined. Closes bug #2020774.
Mauritz Jeanson [Sat, 25 Oct 2008 09:41:24 +0000 (09:41 +0000)]
Set scalefit=1 if a default image width is defined. Closes bug #2020774.

16 years agoUpdate maven repository info, use of SNAPSHOT version release in order to test and...
mimil [Fri, 24 Oct 2008 20:47:49 +0000 (20:47 +0000)]
Update maven repository info, use of SNAPSHOT version release in order to test and tune maven stuff before final release.

16 years agoDo a proper match.
Mauritz Jeanson [Thu, 23 Oct 2008 20:25:20 +0000 (20:25 +0000)]
Do a proper match.

16 years agoAdded special case for maketoc.xsl. Literal tocentry elements need the d: prefix.
Mauritz Jeanson [Thu, 23 Oct 2008 19:44:12 +0000 (19:44 +0000)]
Added special case for maketoc.xsl. Literal tocentry elements need the d: prefix.

16 years agoAdded header with Id and copyright info.
Mauritz Jeanson [Thu, 23 Oct 2008 18:53:35 +0000 (18:53 +0000)]
Added header with Id and copyright info.

16 years agoAdded fix for subtitle in metadata.
Mauritz Jeanson [Thu, 23 Oct 2008 18:28:29 +0000 (18:28 +0000)]
Added fix for subtitle in metadata.

16 years agoInitial maven import
mimil [Tue, 21 Oct 2008 21:00:07 +0000 (21:00 +0000)]
Initial maven import

16 years agoadded support for imagedata-metadata
Steve Ball [Thu, 9 Oct 2008 03:37:56 +0000 (03:37 +0000)]
added support for imagedata-metadata
added support for table as images

16 years agoBetter dc:publisher (ALWAYS WRITE TESTS FIRST!)
Keith Fahlgren [Wed, 8 Oct 2008 18:09:13 +0000 (18:09 +0000)]
Better dc:publisher (ALWAYS WRITE TESTS FIRST!)

16 years agoIgnore anything else in *info for opf.metadata
Keith Fahlgren [Wed, 8 Oct 2008 16:25:45 +0000 (16:25 +0000)]
Ignore anything else in *info for opf.metadata

16 years agoAdding test for dc:rights properly populating from <copyright>
Keith Fahlgren [Wed, 8 Oct 2008 03:43:41 +0000 (03:43 +0000)]
Adding test for dc:rights properly populating from <copyright>

16 years agoFix two bugs in info.reference template:
Bob Stayton [Wed, 1 Oct 2008 00:11:49 +0000 (00:11 +0000)]
Fix two bugs in info.reference template:
-  mediaobject omitted from list of info containers.

-  replace [1] with [position() = last()] in the target predicate because
   when parens are used, the ancestor node list is in document order
   instead of closest ancestor order.

16 years agoAdded SVN keywords.
Mauritz Jeanson [Mon, 29 Sep 2008 17:28:40 +0000 (17:28 +0000)]
Added SVN keywords.

16 years agoAdded a new top-level stylesheet module, chunk-changebars.xsl, to be
Mauritz Jeanson [Mon, 29 Sep 2008 17:23:54 +0000 (17:23 +0000)]
Added a new top-level stylesheet module, chunk-changebars.xsl, to be
used for generating chunked output with highlighting based on change
(@revisionflag) markup. The module imports/includes the standard chunking
and changebars templates and contains additional logic for chunked output.
See FRs #1015180 and #1819915.

16 years agoReorganized by adding a named template (to enable code reuse).
Mauritz Jeanson [Mon, 29 Sep 2008 17:16:10 +0000 (17:16 +0000)]
Reorganized by adding a named template (to enable code reuse).

16 years agoModified declaration of the "col" parameter in the template with
Mauritz Jeanson [Thu, 25 Sep 2008 16:55:09 +0000 (16:55 +0000)]
Modified declaration of the "col" parameter in the template with
match="entry|entrytbl". This is a workaround for bug #1816373.
The parameter was reset to 1 for cells with @revisionflag when
using changebars.xsl, which resulted in malformed output.

16 years agoAdded a check to confirm that a footnoteref's linkend points to a footnote. Styleshee...
David Cramer [Mon, 15 Sep 2008 19:18:09 +0000 (19:18 +0000)]
Added a check to confirm that a footnoteref's linkend points to a footnote. Stylesheets stop processing if not and provide a useful error message.