To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70758





------- Additional comments from [EMAIL PROTECTED] Tue Jul 31 14:57:10 +0000 
2007 -------
I just tried it, I am sorry it does not help in this case. The images add up to
a 33 MB input document (details later).

Nevertheless the exchange is possible to by by editing the /meta-inf/manifest.mf
of the <OFFICE_PATH>/program/classes/XSLTProcessor.jar, exchange the Class-Path
line from

Class-Path: xalan.jar xercesImpl.jar serializer.jar xml-apis.jar

to 

Class-Path: saxon8.jar

And download the Saxon XSLT processor to get the saxon8.jar into the
<OFFICE_PATH>/program/classes/ folder as well.

Unfortunately it still does not work, as it the XML input file is still too 
large. 
Think of all the images (21MB) that are embedded in one content XML (~4 MB),
and all images are encoded BASE64 (see
http://en.wikipedia.org/wiki/Base64#Example), which add again +33,3% size (+7MB)

This 33 MB XML input file is even too large for Saxon.

Seems we have to reconsider if the flat XML file format is the best of all
designs, or if it is better to access in the package the XML sources, which are
desired, by valuating the manifest.

Even with the workaround the XHTML export filter is currently a sample filter
and needs to be improved for advanced documents as you provided.
I started collecting XHTML issues to consider the workload for such an
improvement, due to my workload by other projects I expect an update not before
autumn. 

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to