Re: [xsl] What is the fastest XSLT parser

Subject: Re: [xsl] What is the fastest XSLT parser
From: David Carlisle <davidc@xxxxxxxxx>
Date: Fri, 18 Oct 2002 12:43:17 +0100
> But a job on this one, that took 30 hours took only 5 minutes in
> Xalan/Xerces testXSLT command-line utility.

normally msxml is faster than the java ones.

Were you making use of keys and using msxml4 rather than 3 I seem to
recall there being a documented bug in msxml4's key support: it gets the
right answer but re-evaluates things more than it ought....

> That's a bit annoying not to be able to rely on the result 100%
usual cause of incompatibility is msxml's default (and annoying)
behaviour of removing white space nodes. xmlspy may call msxml with
white space stripping turned off which would make it more compatible
with other processors (and the spec).

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.

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


Current Thread