> From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] > > >Yes, you don't have to redefine it: it is inherited. However, the > >section <components/> must exist, as well as <serializers/>, etc. > > what exactly is "etc" ?
Good question! IIRC, the compiled sitemap engine wants to have section for every type of default component it uses because it needs to know the *default*. So, if you have at least one <map:generate> (without type="" attribute), you have to have <map:generators default="file"/> so engine knows that default is file. Hm... Am I clear? Vadim > I have : > > <map:generators default="file"/> > <map:transformers default="xslt"/> > <map:serializers default="html"/> > <map:matchers default="wildcard"/> > > but no reader nor selector (except herited ones). Removing the "generators" > give me an error. --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>