Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

XQuery Update in Python

634524Dec 13 2009 — edited Dec 18 2009
We have a very nice implementation of Berkeley DB XML in Python (see www.sd-editions.com/SDPublisher) and have happily used the XMLModify class to do our updates, etc. But now, of course, XMLModify is no more, and we must use XQuery Update as of 2.5.13.
Alas, I can find no documentation whatever on implementing XQuery Update in Python (indeed, precious little on implementing in anything). Even looking in the C API documentation does not help much.
Does anyone have any experience using XQuery Update with Python to..
add an element before and after the current element
delete an element
modify an attribute, or the text content, of an an existing element
Help gratefully received
PR
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2010
Added on Dec 13 2009
3 comments
2,760 views