[XML-SIG] speed question re DOM parsing

Bjorn Pettersen bjorn@roguewave.com
Mon, 05 Jun 2000 16:52:30 -0600


Lars Marius Garshol wrote:
> 
> * 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.

Ok, give me a couple of days and I'll put it up.

-b