Hi Manoj,

 

I developed a relatively simple HTML form for a client that gets inserted as
a single document when a submit button is pressed.  I would also find it
advantageous to be able to perform updates when for example a files is
updated without having to submit the whole form (which is what I assume
you're trying to accomplish), the difference being that it would require
adding, replacing, or deleting a node within an existing document.  I took
the path of just inserting the entire document and archiving a copy for each
submission; however, I am also interested in seeing how to update individual
nodes using functionality such as javascript, but I wonder if that could
simply be accomplished by submitting an individual name/values pair and
perhaps a command type (inset/update/delete) to a separate xquery URL that
is designed to perform the desired node action.

 

Does that help?

 

Tim Meagher

 

_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to