XMLObject - problem with recursive definitions

Michael Foord fuzzyman at gmail.com
Tue Aug 24 07:37:14 EDT 2004


rzed <jello at comics.com> wrote in message 
[snip..]
> <?xml version="1.0" encoding="iso-8859-1" ?>
> <thing abit="Hello My Friend">
>   <thing abit="Recursion Test">
>     <anotherthing abit="Yo Again"/>
>   </thing>
>   <anotherthing abit="Yo"/>
> </thing>
> 
> 
> ... but this was based on the latest XMLObject. Maybe it's been 
> patched in response to your message?



Yeah - the new release 0.1.2 corrects the problem.
It's the first XML library I've used. I'm using it for both reading
and writing data structures as XML rather than a general XML
parser...... but it's very easy to use.

Regards,


Fuzzy

http://www.voidspace.org.uk/atlantibots/pythonutils.html



More information about the Python-list mailing list