On or about Thu, Nov 01, 2001 at 11:20:15PM -0800, Paul B. Giese typed: >I think I've read all the avaliable the documentation >on HTM::TMPL and I was wondering if there was any add >on or something for OR & AND parameters to use with >TMPL_IF
In essence, no. For AND, you can do: <tmpl_if name=condition1> <tmpl_if name=condition2> (stuff) </tmpl_if> </tmpl_if> For OR, you're better off setting a custom condition in the parameter list and testing that. Roger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
