Hi, Danielle!
It's nice to see, that there are some people out there who still want to work
on a standardised way to store and share hyperlinks.
But the XBEL format isn't ready to the job! Months ago I proposed to resume
the work on XBEL and perhaps make it a independent project. But at that t
This one must have come up several times before, but neither Google nor
the Cookbook have given me an answer. I'm doing this:
data = sys.stdin.read()
doc = xml.dom.minidom.parseString(data)
root = doc.documentElement
...add and modify some nodes...
sys.stdout.write(root.toxml('utf-8'))
A typica