Re: [docbook-apps] How to improve the build speed with saxon 6.X / docbook

2009-09-14 Thread Sylvestre Ledru
Le vendredi 11 septembre 2009 à 06:13 +0100, Dave Pawson a écrit : On 10/09/09 13:09, Sylvestre Ledru wrote: Hello, I am currently trying to improve the build time of the documentation of a free scientific software (Scilab). There are almost 1800 XML files. The size of these files is

Re: [docbook-apps] How to improve the build speed with saxon 6.X / docbook

2009-09-14 Thread Dave Pawson
On 14/09/09 10:13, Sylvestre Ledru wrote: Have you tried compiling the stylesheets using the saxon option? Not something I've done, nor something I've heard being done on this list, but definitely should show an improvement I am going to try. Do you have any pointer/documentation on this ?

Re: [docbook-apps] How to improve the build speed with saxon 6.X / docbook

2009-09-10 Thread DeanNelson
Sylvestre, A couple of things may help. Make sure that your catalogs are operating correctly and that the resolution of them are not going out to the net to resolve entries. This can slow things down greatly. Also, have you thought about using XSLTPROC instead of Saxon. I maintain my Docbook

Re: [docbook-apps] How to improve the build speed with saxon 6.X / docbook

2009-09-10 Thread Sylvestre Ledru
Hello, Thanks for your quick answer. Le jeudi 10 septembre 2009 à 06:59 -0700, DeanNelson a écrit : Sylvestre, A couple of things may help. Make sure that your catalogs are operating correctly and that the resolution of them are not going out to the net to resolve entries. This can slow

RE: [docbook-apps] How to improve the build speed with saxon 6.X / docbook

2009-09-10 Thread David Cramer
A couple of things may help. Make sure that your catalogs are operating correctly and that the resolution of them are not going out to the net to resolve entries. This can slow things down greatly. A silly question :). How can I be sure of that ? The way I usually realize when my

Re: [docbook-apps] How to improve the build speed with saxon 6.X / docbook

2009-09-10 Thread DeanNelson
One way is to turn on the verbosity in the CatalogManager.properties file verbosity=4 Non zero values print debugging info to the screen. This will be of great help in knowing if all of the net centric info is being resolved to a local location. This all assumes that you are using a catalog

Re: [docbook-apps] How to improve the build speed with saxon 6.X / docbook

2009-09-10 Thread Sylvestre Ledru
Bad luck, it does seems to be related to the network ... I tried with both and it is pretty much the same time. I am going the same as you about MathML. Thanks again for your advices! Sylvestre Le jeudi 10 septembre 2009 à 07:57 -0700, DeanNelson a écrit : One way is to turn on the

Re: [docbook-apps] How to improve the build speed with saxon 6.X / docbook

2009-09-10 Thread Dave Pawson
On 10/09/09 13:09, Sylvestre Ledru wrote: Hello, I am currently trying to improve the build time of the documentation of a free scientific software (Scilab). There are almost 1800 XML files. The size of these files is between 1 k to 10 k. Before calling saxon, some processing is done (mathml =