Hi all,
I have done a form to upload documents in eXist database. So I have a processor like this (to insert a document in eXist) :
<p:processor name="oxf:xmldb-insert">
<p:input name="datasource" href="datasource.xml"/>
<p:input name="query">
<xdb:insert collection="/db/sxmldb/test" create-collection="true" resource-id="test3.xml"/>
</p:input>
<p:input name="data" href="#test"/>
</p:processor>
However, I would like to enter a collection name in my form (a simple input) and use this name as parameter in the code above.
e.g : <xdb:insert collection=" --parameter-- " ...>
How can I do that ??
Thank you for your answers
Bye
Damien.
--
You receive this message as a subscriber of the
[hidden email] mailing list.
To unsubscribe: mailto:
[hidden email]
For general help: mailto:
[hidden email]?subject=help
ObjectWeb mailing lists service home page:
http://www.objectweb.org/wws