> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 10.Jun.2002 -- 11:05 AM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > > Nope, this is not a bug. Sitemap works this way, breaking execution > > > > on > > > > first serialize. > > > > > > Sure, but have a second look at the code: There's only one serialize. > > > > Yup, one serialize. It means every request will get through: match, > > generator, transformer, match, generator... Oops! Exception: can't have > > two generators. > > Oh, haven't realized that the last match matches everything and then > two generators are used. But apart from using two generators, the > snippet should work, right? Like using a regex-matcher and matching > "[^ab]*.html"
Yes, if you make matcher patterns so they do not intersect, everything will be OK. Vadim > Chris. > > -- > C h r i s t i a n H a u l > [EMAIL PROTECTED] > fingerprint: 99B0 1D9D 7919 644A 4837 7D73 FEF9 6856 335A 9E08 > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>