Stefano Mazzocchi wrote: > > Also, and more important, if a matcher doesn't have a > mount|serializer|reader, it's an error. The sitemap shouldn't even be > loaded.
Stefano, I agreed with everything you wrote except for this. I see a Matcher kind of like a massive SELECT architecture. While it is more correct for a construct like this to have a definite break point, it should not limit you. For example: select (foo) { case TEST1: // do stuff break; case TEST2: // fall through case TEST3: // do stuff break; } Granted it is more complicated that that in real life--however, the concept is similar. -- "They that give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." - Benjamin Franklin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]