[EMAIL PROTECTED] writes:
> On Fri, Jul 28, 2000 at 02:30:04PM +0100, Sebastian Rahtz wrote:
> > There seem to be two issues:
> >
> > - the in-memory (or whatever it is) structure eats oodles of memory
>
> It sounds as though there's a memory leak, judging by another report
> posted here recently.
yes, looks that way. if anyone else wants to try running
http://users.ox.ac.uk/~rahtz/xsltest/test2.xsl on
http://users.ox.ac.uk/~rahtz/xsltest/cem.xml...
> - the traversal of that structure is very slow under certain circumstances
>
> Do you have a rough idea what those circumstances are?
<xsl:apply-templates select="//*">
I guess that makes it the descendant:: axis
hard to be sure; if its memory leaking, this may be a false alarm
Sebastian