how can I write for example this

http://localhost:8080/cocoon/xmldb/dvd/mi2.xml
<http://localhost:8080/cocoon/xmldb/dvd/mi2.xml> 

http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film
<http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film> 

http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film[contains(cover,'mi2
')
<http://localhost:8080/cocoon/xmldb/dvd/?xpath=//dvd/film[contains(cover,'mi
2')> ]

into the sitemap.xmap?

thanks

        -----Ursprüngliche Nachricht-----
        Von:    praktikant [mailto:[EMAIL PROTECTED]]
        Gesendet am:    Mittwoch, 21. August 2002 08:52
        An:     [EMAIL PROTECTED]
        Betreff:        Xindice - Pipeline to db

        Hi,
        now I can use Xindice in Cocoon.
        I've had a wrong idea from using Xindice.

        Thanks Roman! :o)
        ----------------------------------------------------
        But I haven't found something about a pipeline to Xindice.
        How can I build a pipeline to Xindice?
        How can I write back to Xindice?
        How to use XUpdate?
        Has someone "simple" examples for it?
        ----------------------------------------------------
        My db is on .../xindice/db/dvd
        The resources named
        mi.xml
        mi2.xml
        mib.xml
        mib2.xml

           <map:pipeline> 
            <map:match pattern="dvd/mi2" type="wildcard"> 
             <map:generate src="xmldb/xpath/dvd/mi2.xml"
type="serverpages"/> 
             <map:transform src="dvd/film.xsl" type="xslt"/> 
             <map:serialize type="xml"/> 
            </map:match> 
           </map:pipeline>

        Sorry, but no idea how to use XUpdate. :-(

        I use WIN2k, Tomcat 4.0.4, Cocoon 2.0.3 (Java 1.3.x), Xindice 1.0,
Java SDK
        1.3.1_04

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

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

Reply via email to