Hi, all. I am using MSWord Document Product. I don't konw it is possibue or not, but I'd like to insert it between standard_html_header and standard_html_footer like this. (testdoc is the id of MSWord Document) <dtml-var standard_html_header> <dtml-var "testdoc"> <dtml-var standard_html_footer> I tried <dtml-var testdoc> also, but both of them don't work. Does anyone help me ? TIA -- Sumiya Sakoda <sakoda@toyoake.or.jp>
On Saturday 20 October 2001 08:15 pm, Sumiya Sakoda allegedly wrote:
Hi, all.
I am using MSWord Document Product. I don't konw it is possibue or not, but I'd like to insert it between standard_html_header and standard_html_footer like this. (testdoc is the id of MSWord Document)
<dtml-var standard_html_header> <dtml-var "testdoc"> <dtml-var standard_html_footer>
I tried <dtml-var testdoc> also, but both of them don't work.
Does anyone help me ?
TIA
In order to do that, you'd need to convert the Word document to HTML. Luckily I created a product that does this for you (although the results are not always perfect): http://www.zope.org/Members/Kaivo/MSWordMunger hth, /---------------------------------------------------\ Casey Duncan, Sr. Web Developer National Legal Aid and Defender Association c.duncan@nlada.org \---------------------------------------------------/
participants (2)
-
Casey Duncan -
Sumiya Sakoda