I have not tried the MSWordDocument product before. That's interesting, thanks for sharing it. I am familiar with a commercial product from Logictran called 'R2NET'. With this software you can easily convert Word (RTF) files to HTML or XHTML or XML. I use the product extensively at the Linux command line. It is easy to use, very powerful and robust. It gives you lots of control over how documents are converted through a translation file which you can customize if you want more custom output. I think it would be easy to plug into Zope. Bryan
Subject: [Zope] MSWordDocument
Hello Zopistas,
I've been wrestling with Eric Barroca's MSWordDocument product for days now, trying to get the HTML version of a Word file to output on my DTML document.
I've tried:
<dtml-var name="MyWordDoc">
but it seem to only print "MSWordDocument instance at... ".
I also went to the product's source and saw a method that looks like what I needed, getDocHTML. So I tried:
<dtml-var expr="MyWordDoc.getDocHTML()">
but now it's giving me an "AttributeError".
I'm relatively new to Zope and Python so I would really appreciate it if any of you more experienced Zope people could care to help.
-- Angelo Abarentos, a Zope newbie
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )