On 12/10/05, Dan R <[EMAIL PROTECTED]> wrote: > Now if I try and do a > > <div py:if="ulevel <= 0"> Whatever </div> > > I get an ExpatError. The == < and > comparisons are ok. What's going on?
I would expect < to fail also... The template needs to be valid XML, so it would seem like you need to do < in place of <. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

