[Zope] Re: [Module] mp3info.py-0.3
marc lindahl
marc@bowery.com
Tue, 15 May 2001 11:46:43 -0400
> From: Oleg Broytmann <phd@phd.fep.ru>
>
> It seems there are problems with it. I have no idea whether these
> problem are caused by bugs or what.
> Try making it DTML Method, and include your FormattedDocument with
> dtml-var.
You'd think that if I made a DTML Method with just the line <dtml-var
index_ft> or perhaps <dtml-return index_ft> (where I renamed my
FormattedDocument index_ft), it would work but this is what seems to do it:
<dtml-with index_ft>
<dtml-return index_html>
</dtml-with>
in a DTML method called index_html. Try it....
What's the deal? FormattedDocument is acting like a folder??