> On Monday 01 July 2002 03:07 pm, Per Kreipke wrote:
> > A question: does the interpreted sitemap not support mounted
> directories?
> >
> > I'm getting an error that a generator for type 'file' doesn't exist when
> > inf fact (as in many examples) it refers to the calling sitemap
> (the cocoon
> > default map).
> >
> > Do I need to create a stand alone sitemap?
>
> Do you still have a map:generators section under you
> map:components section un
> your subsitemap? The interpreted sitemap may require an element,
> even if it
> is empty.
I do and it is empty :-) THis is the whole section:
<!-- This sitemap is mounted from the cocoon default sitemap -->
<map:components>
<map:generators default="file"/>
<map:transformers default="xslt"/>
<map:readers default="resource"/>
<map:serializers default="html"/>
<map:selectors default="browser"/>
<map:matchers default="wildcard">
<map:matcher logger="sitemap.matcher.session"name="session-attribute"
src="org.apache.cocoon.matching.SessionAttributeMatcher" />
</map:matchers>
<map:actions>
<map:action logger="sitemap.action.session-create" name="session-create"
src="org.onclave.SessionCreateAction">
<currentAgency>us</currentAgency>
</map:action>
</map:actions>
</map:components>
---------------------------------------------------------------------
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]>