Re: searching an XML doc

2008-01-16 Thread Stefan Behnel
grflanagan wrote: > On Jan 15, 9:33 pm, Gowri <[EMAIL PROTECTED]> wrote: >> I've been reading about ElementTreee and ElementPath so I could use >> them to find the right elements in the DOM. Unfortunately neither of >> these seem to offer XPath like capabilities where I can find elements >> based o

Re: searching an XML doc

2008-01-16 Thread Gowri
Hi Gerard, I don't know what to say :) thank you so much for taking time to post all of this. truly appreciate it :) -- http://mail.python.org/mailman/listinfo/python-list

Re: searching an XML doc

2008-01-16 Thread grflanagan
On Jan 15, 9:33 pm, Gowri <[EMAIL PROTECTED]> wrote: > Hello, > > I've been reading about ElementTreee and ElementPath so I could use > them to find the right elements in the DOM. Unfortunately neither of > these seem to offer XPath like capabilities where I can find elements > based on tag, attrib

Re: searching an XML doc

2008-01-15 Thread Gowri
On Jan 15, 3:49 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > Gowri schrieb: > > > Hello, > > > I've been reading about ElementTreee and ElementPath so I could use > > them to find the right elements in the DOM. Unfortunately neither of > > these seem to offer XPath like capabilities where I

Re: searching an XML doc

2008-01-15 Thread Diez B. Roggisch
Gowri schrieb: > Hello, > > I've been reading about ElementTreee and ElementPath so I could use > them to find the right elements in the DOM. Unfortunately neither of > these seem to offer XPath like capabilities where I can find elements > based on tag, attribute values etc. Are there any librari

searching an XML doc

2008-01-15 Thread Gowri
Hello, I've been reading about ElementTreee and ElementPath so I could use them to find the right elements in the DOM. Unfortunately neither of these seem to offer XPath like capabilities where I can find elements based on tag, attribute values etc. Are there any libraries which can give me XPath