I'm planning to implement a Lucene-based search, so I've been reading up on Views.
It seems to me that a view can be selected just by adding "?cocoon-view=some-view" to the URI. I've tried this and it's all OK. But the documentation hints that there's another way, which I don't quite understand (see bottom of http://xml.apache.org/cocoon/userdocs/concepts/views.html): >Suggestions for further accessing views are: > >React on a "variant" HTTP header (nothing cocoon specific >since the concept could be impelemented later on by other >publishing frameworks). > >React on URI extension: for example http://host/path/file.view, >that is something that can be done by configuring the sitemaps >manually. (where http://host/path/index is the default >resource, and index.content is the XML view of the content). "configuring the sitemaps manually"? Can anyone explain how these 2 suggestions should be implemented? Would I need to have something like this? <map:match pattern="**/*.*"> <map:redirect-to uri="cocoon:/{1}/{2}?cocoon-view={3}"/> </map:match> Cheers!!! Con --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]