You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by xiao liang <xl...@gmail.com> on 2005/08/02 04:28:51 UTC

How to upload an xml file into eXist using Cocoon pipeline?

Hi,

I am integrating Cocoon 2.1.7 with eXist-snapshot-20050620 by setting
eXist driver in xmldb pseudo protocol definition.

Currently I am able to access any xml file in eXist by setting
'src="xmldb:exist///db/any_xml_file.xml"' in Cocoon pipeline. However,
I have no idea how to upload an xml file directly into eXist by
pipeline:

For example, if I want to load /tmp/foo.xml, how to define my pipeline?
<!-- The process will access with 'load_file?docURI=/tmp/foo.xml'-->
<map:pipeline>
     <map:match pattern="load_file">
     ???
     </map:match>
</map:pipeline>

Thanks in advance for any suggestion.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org