Hmm, it seems to work for me. I will review it. Thanks,
Vincent 2006/7/28, Trygve Laugstøl <[EMAIL PROTECTED]>:
Vincent Siveton wrote: > 2006/7/28, Trygve Laugstøl <[EMAIL PROTECTED]>: >> [EMAIL PROTECTED] wrote: >> > Author: vsiveton >> > Date: Fri Jul 28 10:55:37 2006 >> > New Revision: 426618 >> > >> > URL: http://svn.apache.org/viewvc?rev=426618&view=rev >> > Log: >> > o Changed itemFlag type to boolean instead of int thus no need to >> throw a RuntimeException >> >> Are you sure this will work? What happens when it's nesting items? > > I'm not sure what you mean. > > BTW here is a small example, hope this helps > http://people.apache.org/~vsiveton/MSITE-153/ Sorry, I don't understand the relation here. Isn't the itemFlag supposed to be incremented and decremented when you nest more item lists? Like this: <ol> <li> <ol> <li></li> <li></li> </ol> </li> <li> <ol> <li></li> <li></li> </ol> </li> </old> -- Trygve