|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re: section nestingby Abigail-II (Bishop) |
| on Jun 22, 2004 at 15:54 UTC ( #368767=note: print w/ replies, xml ) | Need Help?? |
|
What defines "improper" nesting? Your example suggests no nesting is allowed at all. Is that the case? Anyway, I'd use a single tokenizer and a counter. Whenever you see a <sec id = "..."> token, increment the counter. Whenever you see a </sec> token, decrement the counter. Whenver the counter has a value unequal to either 0 or 1, you have "improper nesting" - that is, assuming no nesting at all can happen. Abigail
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||