Hi, > > using the following code produces a "document contains no data" and an > error in the logfile: > 9999: Error (no description) Unstrutured backward jump >
That means that there is some mismatch in nesting (Ok, I should make the message more verbose) > > <table> > > [$ foreach $produkt (1,2,3) $] > > [$ if $produkt==1 $] > <tr> <th>New products:</th></tr> > <tr><td> > <table> ^^^^^ I assume that the table tag is your problem (If it's not just a typo in the email), because the matching end table is after the endif and endforeach. 2.0 requires a proper nesting of [$ $] tags and html that it interprets. 1.x was not so straight in this direction. You can disable the scaning of html tags, with [$ syntax EmbperlBlocks $] and reenable it with [$ syntax Embperl $] Gerald > [$endif$] > > <tr><td>[+$produkt+]</td></tr> > > [$endforeach$] > > </table> > </td></tr> > </table> > > </body> > </html> > --- cut ----------- > > Best regards, > > Dirk Melchers. > > ----------------------------------------------------------------------- > Dirk Melchers NUREG Neue Medien Fon +49 911 32002-256 > [EMAIL PROTECTED] Dorf�ckerstrasse 31 Fax +49 911 32002-299 > http://www.nureg.de D-90427 N�rnberg Mobil +49 172 935 46 70 > ----------------------------------------------------------------------- > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
