added OpenOffice transformation for full-text indexing
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3075 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
7ef592aa94
commit
4419aa1a5a
1 changed files with 0 additions and 2 deletions
|
@ -44,8 +44,6 @@ class OOTransform(base.BaseFileTransform):
|
|||
zf = zipfile.ZipFile(fr, "r")
|
||||
parser.feed(zf.read("content.xml"))
|
||||
zf.close()
|
||||
#fr.close()
|
||||
#return [handler.getText()]
|
||||
return handler.getText()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue