On Sat, Sep 4, 2010 at 10:22 AM, Terry Brown <[email protected]> wrote:
> I could accept making a dictionary of @id to node mappings, because I don't > think xml.etree.ElementTree can search on @id content (am I missing > something?). But then, given an element 'e', I wanted to access its parent. > How do you do that in xml.etree.ElementTree? I could find no way. You have got to be kidding me :-) How about finding children? If we can do that, we can create a tree by hand. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
