Subject: RE: XSLT processor based on SAX
From: "Rick Geimer" <Rick.Geimer@xxxxxxx>
Date: 09 Apr 2002 09:31:08 -0700
|
> I'm looking for a XSLT processor based on SAX parser. I have
> to work with
> big XML files (400 Mb).
>
> Is there any implementation I can work with ?
> What's the best XSLT implementation (free or not free) I can
> use with big
> files ?
I'm sure other people will suggest this, but when you are dealing with a 400 Mb file, XSLT might not be the best choice. You might consider writing a custom conversion based on SAX events, or use something else that scales better to large files (OmniMark comes to mind).
Rick
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|