[xsl] Seeking Examples of XSLT Memory Stress

Subject: [xsl] Seeking Examples of XSLT Memory Stress
From: Alan <alan-xsl-list@xxxxxxxxx>
Date: Wed, 17 Aug 2005 09:19:02 -0400
    I've written a document object model that's file backed, and I'm
    using it with Saxon.

    It is called Momento.
    
    The document object model turns an XML document into a file
    where the nodes are on pages. The pages can be read into memory
    and discarded.
    
    This means the source document can be paged in and out of memory
    during a transform. 

    In order to develop this software for an open source release,
    I'd like to start testing against some real world applications.
    My XSLT applications fit nicely in Saxon, but I frequently see
    people on this list facing memory issues.

    If anyone has transforms that are facing memory issues due to
    large source documents, please share them with me. I'm willing
    to help solve memory problems so I can develop a useful 1.0
    release.

--
Alan Gutierrez - alan@xxxxxxxxx
    - http://engrm.com/blogometer/index.html
    - http://engrm.com/blogometer/rss.2.0.xml

Current Thread