Re: dealing with nested xml within nested xml within......

2007-07-09 Thread Stefan Behnel
Ultrus wrote: > I don't need specific examples, but I'm trying to wrap my head around > parsing xml within xml and even further, not limiting how far someone > will nest xml. I'm already making great use of BeautifulSoup's > BeautifulStoneSoup to parse xml, but what do I do if I come across > somet

Re: dealing with nested xml within nested xml within......

2007-07-09 Thread Ultrus
> You'd probably write a function that called itself to parse something > like this. Unfortunately, I am not a recursion expert. You can read up > on it though: > > http://www.freenetpages.co.uk/hp/alan.gauld/tutrecur.htmhttp://pythonjournal.cognizor.com/pyj2.2/RecursionByAJChung.html Ah! That's t

Re: dealing with nested xml within nested xml within......

2007-07-09 Thread kyosohma
On Jul 9, 3:03 pm, Ultrus <[EMAIL PROTECTED]> wrote: > Hello all, > I don't need specific examples, but I'm trying to wrap my head around > parsing xml within xml and even further, not limiting how far someone > will nest xml. I'm already making great use of BeautifulSoup's > BeautifulStoneSoup to

dealing with nested xml within nested xml within......

2007-07-09 Thread Ultrus
Hello all, I don't need specific examples, but I'm trying to wrap my head around parsing xml within xml and even further, not limiting how far someone will nest xml. I'm already making great use of BeautifulSoup's BeautifulStoneSoup to parse xml, but what do I do if I come across something like thi