Hi Mathieu,
Mathieu Malaterre wrote:
Hello again,
Since I was not very lucky with docbook I tried exporting my
document to xhtml (File/Export/xhtml). The process started yesterday
night and is still running today:
$top
...
28906 mathieu 25 0 1156m 577m 40m S 97 57.1 662:07.54 soffice.bin
Is there a way to speed up the process ?
You might split your input document, which is based on a >14MB DOC, this
is even more in flat XML.
Can I run the export from a command line ?
Certainly, as you have a very large document, I suggest to use XSLT
processor from http://saxon.sourceforge.net/
You will find among it's documentation a description how to use the
processor from the command-line.
Before you can start the transformation there are two things you have to
prepare:
1)
You have to transform your very large binary DOC document to a single
flat ODF XML file. How this is been done has already been described in
this list a couple of times before.
2)
And finally, you have to adapt a small typo, which fix is not in the
build, yet:
please exchange "common:node-set" to "common:nodeset" in
share/xslt/export/common/table/table_cells.xsl
Thanks for suggestion
You are welcome.
Have a nice week-end,
Svante
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]