XQuery Update in Python
634524Dec 13 2009 — edited Dec 18 2009We 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