plone.opendocument
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:opendocument to html transformation for plone.transforms
plone.opendocument Package Readme
=========================


Introduction
------------

This package provides Opendocument to HTML transformations.

The OpendocumentToXHTML transformations are based on the odf2html style sheet
(http://opendocumentfellowship.org/repos/odf2html, svn r338 2007-02-15).
The improvements and changes to the original one are tracked in 
lib/odf2html/changelog.txt.

Common OpenDocument test files (like thesis.odt, letter.odt, invoice.ods) are 
in lib/odf2html/tests/commonUseCases.


Installing plone.opendocument
-----------------------------

This package requires:

    plone.transforms (https://svn.plone.org/svn/plone/plone.transforms)
    lxml (you can use the plone.recipe.lxml egg)
    PIL
    

Limitations
-----------

This product works well with ODT and  ODS files. Not supported are footer,
header, ole objects and internal links. ODP files are supported in a 
simple way.

Embedded image files are supported except file formats that are unsupported by PIL
(http://www.pythonware.com/library/pil/handbook/). Image formats that are not
supported by common browsers (like tiff) are converted to png.

Working with big files can cause great memory consumption.
Actually ATFile and lxml don't support streaming.
You can find some XML object models in python benchmarks: at 
"XML Matters: Process XML in Python with ElementTree" by David Mertz
http://www.ibm.com/developerworks/library/x-matters28/. 


本源码包内暂不包含可直接显示的源代码文件,请下载源码包。