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
> 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
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