I kind of doubt it's a leak. It's a large file and it's going to consume a lot of memory. An XML file larger than a 100k isn't going to perform well using DOM or E4X kinds of operations. I think you'd be better off doing filtering operations on the server using XSLT perhaps or some other stream based method. Keep in mind that an XML file stored in memory for an E4X operation will take up probably 5-10 times more memory than the document size. Add on top of that some overhead for the actual E4X operation and it could easily start adding up into the hundreds of megs.
--- In [email protected], "lacito.domingo" <[EMAIL PROTECTED]> wrote: > > Hello, > > There is a new pbentries.xml file. I have replaced double acute O with W. > > You can download it from: > > http://www.actionscript.org/forums/showthread.php3?t=127834 > > And it leaks, too. :( > > Thanks, > > Lacito >

