also inline

> -----Original Message-----
> From: Hope, Matthew [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, August 27, 2003 10:20 AM
> To: 'Jakarta Commons Users List'
> Subject: RE: [jelly] while constructs
> 
> 
> inline
> 
> > -----Original Message-----
> > From: Beer, Christian [mailto:[EMAIL PROTECTED]
> > Sent: 27 August 2003 07:14
> > To: [EMAIL PROTECTED]
> > Subject: RE: while constructs
> > > > <j:while test="${iterations} > 0">
> > 
> > this should be <j:while test="${iterations &gt; 0}">
> because the whole
> > test-expression must be included in {} and > is an xml-keyword.
> 
> 
> but > is allowed within an attribute in plain old xml... is
> this an additional requirement of jelly?

No. Well I thought > is prohibited and < allowed I always mix that... Hmm, I
think it doesn't hurt to encode both as &gt;/&lt;. There are also some other
keywords such as: gt, lt, eq for comparisson...

> 
> Matt

Christian

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to