Commit b1c47984 authored by Fabien Devaux's avatar Fabien Devaux

Added a TODO


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7002 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 306607ce
...@@ -98,6 +98,14 @@ class OOoTemplate(ZopePageTemplate): ...@@ -98,6 +98,14 @@ class OOoTemplate(ZopePageTemplate):
A page template which is able to embed and OpenOffice A page template which is able to embed and OpenOffice
file (zip archive) and replace content.xml at render time file (zip archive) and replace content.xml at render time
with XML dynamically generated through TAL/TALES/METAL expressions with XML dynamically generated through TAL/TALES/METAL expressions
TODO:
- find a way to embed TALES in OOo documents in such
way that editing woth OOo does not destroy TAL/TALES
- add preprocessing option to handle explicit macros in
OOo in any language. Include debugging options in this case
(on preprocessed source rather than pure source)
""" """
meta_type = "ERP5 OOo Template" meta_type = "ERP5 OOo Template"
icon = "www/OOo.png" icon = "www/OOo.png"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment