Is there a guru to explain why this happens?

Create a document with the following code:

<dtml-if "PATH_INFO == '/'>

        <dtml-comment>
        Some code....
        </dtml-comment>

        <dtml-call "RESPONSE.set('list',[])">

        <dtml-in list>
                <dtml-var sequence-item>
        </dtml-in>

</dtml-if>

Note: it is expected for this code to give a dtml parse error
because there isnt a terminating " in the first if sentence.
Yeah, but try to execute this page and view the page source on your 
browser... you'll get the dtml source.

Best Regards,

Júlio Dinis Silva
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to