Tagged Questions
0
votes
0answers
53 views
Camel FOP File not found issue with xslt endpoint
I'm trying to write a simple route to convert a DocBook document to a PDF using FOP.
Here is the relevant code snippet from my route definition:
from("file:src/data?noop=true")
...
0
votes
1answer
383 views
URIResolver, Docbook and XSL Transform
I am attempting to transform some Docbook XSL to HTML using Java / Xalan and a mixture of the official Docbook XSL files from https://sourceforge.net/projects/docbook/files/docbook-xsl/1.76.1/ with ...
2
votes
1answer
346 views
syntax highlighting in docbook
I use xalan-j_2_7_1 and docbook-xsl-1.76.1 to generate documentation. I saw in hibernate documentation, that they use syntax highlighting in there code. How can i do it in my doc?
1
vote
1answer
553 views
Docbook+Ant: Could not find variable with the name of fop.extensions
After a lot of spent time trying to get my article to compile in Ant with Docbook, I can't seem to make FO compilation work. I'm using Xalan 2.7.0, and everything else (both single-page and chunked ...