> Hi Lilia
>
> If you have a standard cocoon 2.1.x than there is a <source-factories>
> tag in your cocoon.xconf. Read it more carefully
>
> afaik
>
> If you use the http protokol, and you use the xindice webapp in your browser
> and you want to query/browse the stored files/collections, than you'll uses
> the "?" in the url
>
> when you use the xmldb:xindice: or xmldb:xindice-embed: pseudo protokols,
you
> don't need the "?" in the url
>
>
>
> You can try to search in this mailinglist
> (http://marc.theaimsgroup.com/?l=xindice-users&r=1&w=2)
> for good cocoon-xindice-pipelines
>
>
>
> Xupdate from within cocoon functions simular to this
>
> <map:match pattern="myxupdate.xml">
> <map:generate src="myXupdateFile.xml"/>
> <map:transform type="xmldb" />
> <map:serialize type="xml"/>
> </map:match>
>
> If you use an external xindice (like I do) you may need to pass the
> base parameter (If not already declared in the transformers section)
>
> <map:match pattern="myxupdate.xml">
> <map:generate src="myXupdateFile.xml"/>
> <map:transform type="xmldb">
> <map:parameter name="base"
> value="xmldb:xindice://localhost:8888/db/mycoll"/>
> </map:transform>
> <map:serialize type="xml"/>
> </map:match>
>
> more information on the xmldb transformer can be found here
> http://cocoon.apache.org/2.1/userdocs/transformers/xinclude-transformer.html
>
>
> maybe xindice really needs a wiki ;-)
>
> regards
>
>