REALLY simple xml reader

Stefan Behnel stefan.behnel-n05pAM at web.de
Tue Jan 29 06:41:14 EST 2008


Ricardo Aráoz wrote:
> What about :
> 
> doc = """
> <moo>
>    <bar>99</bar>
> </moo>
> <foo>
>    <bar>42</bar>
> </foo>
> """

That's not an XML document, so what about it?

Stefan



More information about the Python-list mailing list