This post originated from an RSS feed registered with Python Buzz
by Kimbro Staken.
Original Post: PathUpdate API
Feed Title: Inspirational Technology
Feed URL: http://feeds.feedburner.com/kstaken?t=rss20&a=Python
Feed Description: Exploring creative use of technology
In Syncato 0.6 I added a Python API for constructing and modifying XML fragments using XPath specifiers. So far this has proven to be a really powerful way of working with XML fragments the way Syncato does. The API is pretty simple. class PathUpdate: def addNode(self, path, content = None,...