[XML-SIG] accessing to xml doc element
Lars Marius Garshol
larsga@ifi.uio.no
02 Jun 1999 11:57:32 +0200
* PLU Michel
|
| Is there a python xml code for accessing element of an HTML or XML document
| in a way like
|
| myDocument.documentElement.body[0].center[0].table[2].tr[0].td[0].table[1].t
| r[0].td[1].font[0].h4[0].pcdata[0]
XPointers can do this. My PyPointers does this, but is currently not
updated to the latest PyDOM version. However, 4DOM comes with a
version that works with 4DOM.
I plan to update PyPointers, but with SAX2, easySAX, JPython SAX and
my thesis hanging over me there isn't that much time for it...
--Lars M.