> > Must admit I am not familiar with Cocoon-1, but you can setup wildcards
> > in the sitemap so that all documents in a particular location are
> > automatically displayed; you don't have to explicitly give the filename.
>
> Can it be set up to behave like a plain Web server, looking for (in
> this case) index.xml by default if no filename is given?

Yes. Use this in your sitemap:

                <map:match pattern="">
                    <map:redirect-to uri="cocoon:/index.xml"/>
                </map:match>


>
> > Users *can* add their own files, with arbitrary names, without involving
> > an administrator.
>
> Aha. Many thanks. That much is enough to persuade me to go further.

There is much more to find out ;)

--
Konstantin

>
> ///Peter
>
> ---------------------------------------------------------------------
> 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]>
>

---------------------------------------------------------------------
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]>

Reply via email to