I get a key error without the Quotes. Nick Garcia's Suggestion to use the dtml-with tag worked... I thought I'd tried that though. -----Original Message----- From: Dimitris Andrakakis [mailto:dandraka_info@yahoo.com] Sent: Tuesday, March 28, 2000 4:01 PM To: zope@zope.org Subject: Re: [Zope] Code returns text instead of HTML Try using just this: <dtml-var Eligibility.MemberInfo> Dimitris Andrakakis http://atlas.central.ntua.gr:8000/~mc94068 ----- Original Message ----- From: "Baker, Dennis (sjmr)" <DBaker@CHW.edu> To: <zope@zope.org> Sent: Wednesday, March 29, 2000 2:24 AM Subject: [Zope] Code returns text instead of HTML
Sometimes when I reference other dtml documents I get the dtml code returned as text, rather that outputting HTML like it should. For example, the code I have below will print out the standard header properly and then display the raw html where the Eligibility.MemberInfo document should be. What am I doing wrong?
<dtml-var standard_html_header> <dtml-in SQL_ViewMember> <dtml-var "Eligibility.MemberInfo"> </dtml-in> <dtml-var standard_html_footer>
_______________________________________________ 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 )
__________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com _______________________________________________ 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 )