RE: [docbook-apps] problems in the translet compilation of the fo\docbook.xsl

2010-06-30 Thread Mauritz Jeanson
| -Original Message- | From: Tapanainen Mika | | Is there any chance to get the compilation work with Xalan? If you mean "compile into a translet", then the anwser is probably no. Other people have had similar problems: http://dev.eclipse.org/newslists/news.eclipse.webtools/msg180

RE: [docbook-apps] xslt for source code

2010-06-30 Thread Rowland, Larry
I would suggest looking at the following sections in Bob Stayton's excellent reference on DocBook XSL. On using external code files: http://www.sagehill.net/docbookxsl/ExternalCode.html On syntax highlighting: http://www.sagehill.net/docbookxsl/SyntaxHighlighting.html Regards, Larry Rowland

RE: [docbook-apps] problems in the translet compilation of the fo\docbook.xsl

2010-06-30 Thread Tapanainen Mika
Hello, Is there any chance to get the compilation work with Xalan? Because my customer environment use Xalan and it is maybe not possible to use Saxon libraries. BR, Mika >-Original Message- >From: Jirka Kosek [mailto:ji...@kosek.cz] >Sent: Wednesday, June 30, 2010 4:30 PM >To: Tapana

[docbook-apps] xslt for source code

2010-06-30 Thread Sashan Govender
Hi I want to include some source code in C and OCaml in my article. I plan to use an xinclude to pull in the code from various source code files. Is this the right approach? I'd also like it displayed with syntax highlighting. Is using an XSLT stylesheet the way to go? Where can I find a styleshee

Re: [docbook-apps] problems in the translet compilation of the fo\docbook.xsl

2010-06-30 Thread Jirka Kosek
Tapanainen Mika wrote: > The translet compilation is working with other xsl files. Well, XSLTC is known to have problems with really complex transformations like DocBook XSL stylesheets. If you are in Java environment it is recommended to use Saxon, you can also use Xalan (normal version, not com