Re: PROPOSAL: SAX+xmlutils -> xml.dom.minidom

2004-06-09 Thread Nicola Ken Barozzi
Adam R. B. Jack wrote: I just can't seem to deal with the code that Sam originally wrote for parsing/merging XML. ... I can't fix the bugs that are there, I can't extend it without make more bugs, 'odd stuff' happens. This is a problem with all of us that would want to work on Gump. There are ma

Re: PROPOSAL: SAX+xmlutils -> xml.dom.minidom

2004-06-09 Thread Stefan Bodewig
Adam, since you seem to be the only one actively working on it, just do what makes live easier for you IMHO. It may make life easier for other non-Python folks around here as well, once/if they find time to contribute. Stefan -

PROPOSAL: SAX+xmlutils -> xml.dom.minidom

2004-06-08 Thread Adam R. B. Jack
I just can't seem to deal with the code that Sam originally wrote for parsing/merging XML. I've spent days trying to develop unit tests, and get inside it. I think I have a clue how it is meant to operate/function, but the implementation is so 'tight'/Pythonic that I just can't get 100% with it. I