[XML-SIG] speed question re DOM parsing

Lars Marius Garshol larsga@garshol.priv.no
04 Jun 2000 12:22:42 +0200


* Bjorn Pettersen
| 
| Question: does using StringIO (or perhaps array) and __getattr__
| sound like the right thing to do?

StringIO sounds like the right thing, at least for that particular
document. Probably it wouldn't be too bad for the other documents
either, but I have no experience with its performance.

I'm afraid I don't have the necessary context to answer the
__getattr__ questions, but: I would definitely like to see your
sources. If you could post them somewhere, I, at least, would be happy
to have a look at them.

--Lars M.