]> granicus.if.org Git - docbook-dsssl/log
docbook-dsssl
15 years agoAdd support for writing-mode="rl-tb" (right-to-left) in FO outputs.
Bob Stayton [Fri, 6 Mar 2009 22:53:04 +0000 (22:53 +0000)]
Add support for writing-mode="rl-tb" (right-to-left) in FO outputs.
Changed instances of margin-left to margin-{$direction.align.start}
and margin-right to margin-{$direction.align.end}. Those direction.align
params are computed from the writing mode value in each locale's
gentext key named 'writing-mode', introduced in 1.74.3 to add
right-to-left support to HTML outputs.

15 years agoAdded regression test and fix for XHTML validation problem with <a>s added inside...
Keith Fahlgren [Fri, 6 Mar 2009 04:48:04 +0000 (04:48 +0000)]
Added regression test and fix for XHTML validation problem with <a>s added inside <blockquote>; This potentially causes another problem (where something is referenced by has no anchor, but someone reporting that should cause the whole <a id='thing'/> thing to be reconsidered with modern browsers in mind.

15 years agoAdd attribute-sets for formatting glossary terms and defs.
Bob Stayton [Fri, 6 Mar 2009 02:15:06 +0000 (02:15 +0000)]
Add attribute-sets for formatting glossary terms and defs.

15 years agoAdd attribute-sets for formatting glossary terms and defs.
Bob Stayton [Fri, 6 Mar 2009 02:14:22 +0000 (02:14 +0000)]
Add attribute-sets for formatting glossary terms and defs.

15 years agoClarify the description.
Bob Stayton [Fri, 6 Mar 2009 02:05:23 +0000 (02:05 +0000)]
Clarify the description.

15 years agoAdd writing.mode param for FO output.
Bob Stayton [Fri, 6 Mar 2009 01:13:05 +0000 (01:13 +0000)]
Add writing.mode param for FO output.

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.

15 years agoTest case for grouping parameters and arguments
Norman Walsh [Thu, 22 Jan 2009 13:57:01 +0000 (13:57 +0000)]
Test case for grouping parameters and arguments

15 years agoRFE 1998852 provide a mechanism to group parameters
Norman Walsh [Thu, 22 Jan 2009 13:56:40 +0000 (13:56 +0000)]
RFE 1998852 provide a mechanism to group parameters

15 years agoFix typo in pattern name (mea culpa--test first, then commit)
Norman Walsh [Thu, 22 Jan 2009 13:54:37 +0000 (13:54 +0000)]
Fix typo in pattern name (mea culpa--test first, then commit)

15 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".

15 years agoRFE 1958051 address should allow orgname
Norman Walsh [Wed, 21 Jan 2009 21:47:29 +0000 (21:47 +0000)]
RFE 1958051 address should allow orgname

15 years agoRFE 2315507 add subtitle to sidebar
Norman Walsh [Wed, 21 Jan 2009 21:40:59 +0000 (21:40 +0000)]
RFE 2315507 add subtitle to sidebar

15 years agoRFE 2067915 Add floatstyle attribute to sidebar
Norman Walsh [Wed, 21 Jan 2009 21:33:22 +0000 (21:33 +0000)]
RFE 2067915 Add floatstyle attribute to sidebar

15 years agoReorganized a few patterns
Norman Walsh [Wed, 21 Jan 2009 21:31:01 +0000 (21:31 +0000)]
Reorganized a few patterns

15 years agoAdded attribute documentation
Norman Walsh [Wed, 21 Jan 2009 21:30:26 +0000 (21:30 +0000)]
Added attribute documentation

15 years agoUpdates to makefile and dc namespace
Keith Fahlgren [Wed, 21 Jan 2009 16:42:47 +0000 (16:42 +0000)]
Updates to makefile and dc namespace

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

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

15 years agoFixed Dublin Core relation qualifier mappings
Scott Hudson [Thu, 15 Jan 2009 19:00:24 +0000 (19:00 +0000)]
Fixed Dublin Core relation qualifier mappings

15 years agoRemoved spurious "remap" attributes from examples. Added table mapping Dublin Core...
Scott Hudson [Thu, 15 Jan 2009 18:46:13 +0000 (18:46 +0000)]
Removed spurious "remap" attributes from examples. Added table mapping Dublin Core to DocBook equivalents per request from Jirka Kosek.

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 agoChanges to wrapping and a new PDF
Keith Fahlgren [Wed, 14 Jan 2009 03:27:01 +0000 (03:27 +0000)]
Changes to wrapping and a new PDF

16 years agofixed JFK example
Scott Hudson [Tue, 13 Jan 2009 22:36:07 +0000 (22:36 +0000)]
fixed JFK example

16 years agoupdated pubdate
Scott Hudson [Tue, 13 Jan 2009 22:32:27 +0000 (22:32 +0000)]
updated pubdate

16 years agoIncorporated comments from 13 Jan 2009 SC meeting. Updated to include Dublin Core...
Scott Hudson [Tue, 13 Jan 2009 22:26:02 +0000 (22:26 +0000)]
Incorporated comments from 13 Jan 2009 SC meeting. Updated to include Dublin Core 2008-01-14, formatted examples, updated intro. Removed dc.rnc (not needed), updated dcterms.rnc to current standard. Added spec info for Dublin Core.

16 years agoFixed typos.
Scott Hudson [Mon, 12 Jan 2009 15:55:09 +0000 (15:55 +0000)]
Fixed typos.

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 agoRevised publishers spec, created new dialogue sample, added drama element to schema...
Scott Hudson [Wed, 7 Jan 2009 05:26:06 +0000 (05:26 +0000)]
Revised publishers spec, created new dialogue sample, added drama element to schema and modified sidebar to include subtitle.

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