Hi,
I am using eXist , xforms and XPL in my application. I am new to XPL. i am saving xml file into exist database using eXist admin client. I have to update that saved xml file using XPL (xml pipeline). can any one please give me suggestion how do I implement it Thanks & Regards Ramesh |
You could use a eXist REST update by using xforms:submission with the PUT method
Thanks Ryan ----------------------------------------------- Ryan Puddephatt Connectivity Developer Fidessa LatentZero 1 Old Jewry London EC2R 8DN Office: +44 (0) 20 7105 1000 Direct: +44 (0) 20 7105 1812 Blackberry: +44 (0) 79 8539 2458 Fax: +44 (0) 20 7105 1001 Email: [hidden email] Web: http://www.latentzero.com ----- Original Message ----- From: rameshkancherla <[hidden email]> To: [hidden email] <[hidden email]> Sent: Sat Dec 20 06:18:07 2008 Subject: [ops-users] xml upadate using XPL Hi, I am using eXist , xforms and XPL in my application. I am new to XPL. i am saving xml file into exist database using eXist admin client. I have to update that saved xml file using XPL (xml pipeline). can any one please give me suggestion how do I implement it Thanks & Regards Ramesh -- View this message in context: http://www.nabble.com/xml-upadate-using-XPL-tp21102309p21102309.html Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com. ______________________________________________________________________ This email has been scanned by the MessageLabs Email Security System. For more information please visit http://www.messagelabs.com/email ______________________________________________________________________ _______________________________________________________________________ The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer. _____________________________________________________________________ This e-mail has been scanned for viruses by Verizon Business Internet Managed Scanning Services - powered by MessageLabs. For further information visit http://www.mci.com -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Hi,
now i am inserting xml into eXist using XPL. but I am unable to updating that xml file using XPL. can you please give me suggestion how can i do it. Thanks & Regards Ramesh
|
rameshkancherla schrieb:
> now i am inserting xml into eXist using XPL. but I am unable to > updating that xml file using XPL. > can you please give me suggestion how can i do it. you could use one of the xmldb processors. there are some examples in the documentation: http://www.orbeon.com/ops/doc/processors-xmldb#xmldb To update, there's an xmldb-update processor that takes input as XUpdate instructions. HTH florian -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
In reply to this post by rameshkancherla
The eXist gui is a rather good "cheat sheet." You should be able to put the document with the submission processor. That is what the example does. according to the eXist documentation, if it does not exist, it creates it, if it does, then it replaces it. http://www.orbeon.com/ops/doc/processors-submission Cheers, Hank > > Hi, > > I am using eXist , xforms and XPL in my application. I am new to XPL. > i > am saving xml file into exist database using eXist admin client. I have to > update that saved xml file using XPL (xml pipeline). > > can any one please give me suggestion how do I implement it > > Thanks & Regards > Ramesh > -- > View this message in context: > http://www.nabble.com/xml-upadate-using-XPL-tp21102309p21102309.html > Sent from the ObjectWeb OPS - Users mailing list archive at Nabble.com. > > -- 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 OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |