Re: [docbook-apps] Website: Problem using olinks across websites

2008-04-10 Thread Denis Bradford
Following Bob's lead, I've tried to generate a website.database.xml that does not contain the offending document elements - with no luck. To simplify things, I built the example website that comes with the website 2.6 distribution, using the layout and build.xml ant file provided. Other than

Re: [docbook-apps] [SOT] CALS table model DTD - where to download?

2008-04-10 Thread Christian Roth
My apologies, I was completely misled by the content model definitions in the DTD file 'calstblx.dtd' distributed with DocBook, thinking it is a modified version already. It now appears from the comments in that file that it actually *IS* the file I was looking for. Sorry for the noise. Christian

[docbook-apps] [SOT] CALS table model DTD - where to download?

2008-04-10 Thread Christian Roth
Hello, where did the DocBook developers get the basic CALS DTD file from before they modified its defined entities for use within the DocBook DTD? It seems like I just cannot find that "original" DTD file anywhere on the web - either it's already the DocBook-modified version, or I end up on OASIS

[docbook-apps] table.cell.border.color not applied in HTML output

2008-04-10 Thread Xuan Ngo
table.cell.border.color doesn't applied in HTML output. However, it is displaying the expected color in FO. The parameter exists in HTML as it is showing here http://docbook.sourceforge.net/release/xsl/current/doc/html/table.cell.border.color.html. Here is my common customization layer: http://w

Re: [docbook-apps] ant and db5, xinclude and fo output

2008-04-10 Thread Samuel Wright
On Thu, Apr 10, 2008 at 2:20 PM, Johnson, Eric <[EMAIL PROTECTED]> wrote: > one to resolve the xincludes then one to process the content. Since we are > also using profiling that resulted in a three stage process (5 if we tagged > on PDF processing). > It seemed easier and faster to use Saxon from

RE: [docbook-apps] ant and db5, xinclude and fo output

2008-04-10 Thread Johnson, Eric
When I was setting up our Ant based tool chain I could not find a way to get the Ant task to support xinclude processing without doing two passes: one to resolve the xincludes then one to process the content. Since we are also using profiling that resulted in a three stage process (5 if we tagg

Re: [docbook-apps] ant and db5, xinclude and fo output

2008-04-10 Thread Tony Graham
On Thu, Apr 10 2008 11:36:06 +0100, [EMAIL PROTECTED] wrote: > My latest foray into ant: ... > > Generate the fo output >fork="yes" > dir="${in.dir}" > failonerror="true"> > >line="-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludePa

[docbook-apps] ant and db5, xinclude and fo output

2008-04-10 Thread Dave Pawson
My latest foray into ant: Xinclude processing, fo output using xep. line="-Dorg.apache.xerces.xni.parser.XMLParserConfiguration=org.apache.xerces.parsers.XIncludeParserConfiguration"/> line="-Djavax.xml.parsers.DocumentBuilderFactory=org