Re: [xsl] Question of performance

Subject: Re: [xsl] Question of performance
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Wed, 31 Oct 2001 19:04:50 -0000
that is a huge document,
and it looks like u are trying to use dom with something so biggg..

i would suggest using instant saxon ( saxon.sourceforge.net) or sabcmd (
www.gingerall.com) or xerces ( xsltproc)

chow, jim fuller


----- Original Message -----
From: "Jay Kline" <list@xxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Wednesday, October 31, 2001 6:58 PM
Subject: Re: [xsl] Question of performance


>
> > I have a fairly large (41 KB) xsl document that is of course used for
> > processing xml documents.
>
> Along the same lines, I have a really big (200Mb+) XML document that needs
to
> be parsed by a small (10 or so lines) XSL document on a Windows machine.
I
> have tried the Microsoft COM object in some VBScript, but it seems to want
to
> load the entire XML document into memory, and if much of anything else is
> running on the system it more or less pukes, and at the very least takes
> several minutes just loading the document before any processing begins.
Is
> there a better way of doing this? Java is not installed on the system,
though
> we are not opposed to doing so if there is better performance.
>
> Jay
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread