I think it would be useful to have a tag for commenting blocks of PSP/HTML.
Just now I did this instead to quickly comment something : <!--psp:include path='test.html'--> However, it is most often more useful to comment *sp code so that it does not end up going to the browser at all. The above goes as an HTML comment. This would result in possibly sensitive code being sent to the client. I guess I could use a Python script tag with Python comments, but since Python does not allow multiple line comments I would rather not. If I am missing something, please let me know. Perhaps one of these... <!--- <psp:include path='test.html'> ---> ( 3 dashes instead of two represents server side comment ) ( coldfusion does this ) <psp:comment><psp:include path='test.html'></psp:comment> ( probably the most desirable, but I personally like the above ) <%# <psp:include path='test.html'> %> ( this probably works now but not for multiple lines ) ( this syntax would be ambiguous with python code ) <%@ comment <psp:include path='test.html'> %> <[EMAIL PROTECTED] <psp:include path='test.html'> %> ( bleh ) Anyway, did I miss something? What's the official word on PSP comments? -Kai ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss