From: Marc P. <ma...@an...> - 2003-06-16 16:46:56
|
On Mon, 16 Jun 2003 17:31:24 +0200 (CEST), Endre Stølsvik <web...@st...> wrote: > Yeah, I got it too now..! The first comment-opening, and the last comment > end fixes it all, doesn't it?! ;) > > These mails here should be pasted in there.. No way, our mails are very uninformative to the outsider! I have added some text to it: " <table> <!-- #foreach $User in $Users --> <tr><td>$User.Name</td><td>$User.Address</td></tr> <!-- #end --> </table> This would render as a table, whereas without the comments it might not. The above workaround works in a way that may not be immediately obvious. Empty HTML comments are left in the output for each row (--> and <!--) and the outer comment open/close finish it all off so it is legal HTML." -- Marc Palmer Contract Java Consultant/Developer http://www.anyware.co.uk/marc/ http://www.wangjammers.org |