-
* When transforming XML to FO using DocBook-XSL, you cannot use a catalog to rewrite draft.watermark.image. The path is just a string with no special significance.
* For the FO -> PDF step, it seems like it should be possible to use a catalog resolver to rewrite image locations. See http://wiki.apache.org/xmlgraphics-fop/HowTo/XmlCommonsResolver. But this functionality can only be activated...
2010-01-03 12:09:27 UTC in DocBook
-
10. http://www.sagehill.net/docbookxsl/DraftMode.html (page 465)
"The pathname for the image file draft.png is contained in the draft.watermark.image parameter, which by default is set to a web address, so you might want to set it to a local file. Or you could use an XML catalog entry to redirect the parameter's URL value to a local file."
The last sentence is not correct. A catalog cannot be...
2010-01-01 18:16:01 UTC in DocBook
-
Using "images/draft.png" as the default path would make this parameter more similar to callout.graphics.path and navig.graphics.path. But customization would probably still be required for most users.
A catalog cannot be used to rewrite the value of draft.watermark.image. The path is just a string; it is not the type of resource identifier that can be resolved in a catalog.
2010-01-01 18:07:09 UTC in DocBook
-
The "l10n.language" template is called in many places in the stylesheet modules. I suppose that you could replace each call with a simple "en" string if you want to. I cannot think of any other workaround.
2009-12-28 18:50:18 UTC in DocBook
-
It looks like a bug in titles.xsl. The error message is output by the template with match="xref" and mode="no.anchor.mode. This template considers xref/@linkend, but ignores xref/@xlink:href.
2009-12-16 16:13:31 UTC in DocBook
-
Feel free to comment. Is my suggested solution OK?.
2009-11-20 19:46:49 UTC in DocBook
-
Added the missing ns prefixes.
2009-11-20 19:45:03 UTC in DocBook
-
A fix for this issue has been added to the current codebase.
Please test the fix with the latest snapshot from:
http://docbook.sourceforge.net/snapshots/.
2009-11-20 19:45:02 UTC in DocBook
-
mzjn committed revision 8534 to the DocBook SVN repository, changing 1 files.
2009-11-20 19:43:06 UTC in DocBook
-
Using instead of would make the callouts valid. A possible solution is to use the make.valid.html parameter to decide whether or should be emitted (in verbatim.xsl). Something like this:
div...
2009-10-22 16:40:10 UTC in DocBook