Re: [xsl] which XML parser is the fastest?

Subject: Re: [xsl] which XML parser is the fastest?
From: "Joerg Heinicke" <joerg.heinicke@xxxxxx>
Date: Thu, 24 Jan 2002 00:47:36 +0100
I assumed this because of your file-sizes.

Only one question: How often are you using // in your stylesheet? This is
one of the major "time-waster". Try to specify the paths more exactly or use
id() and key().

Regards,

Joerg

----- Original Message -----
From: "Long Zhao" <LZhao@xxxxxxxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, January 24, 2002 12:14 AM
Subject: RE: [xsl] which XML parser is the fastest?


> I am sorry, it takes 15 seconds instead of 15 min. my apologies.
> I am reading the articles, thanks
>
> Long
>
> -----Original Message-----
> From: Joerg Heinicke [mailto:joerg.heinicke@xxxxxx]
> Sent: Wednesday, January 23, 2002 5:58 PM
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Re: [xsl] which XML parser is the fastest?
>
>
> Hello,
>
> the fastest parser and transformator seems to be the MSXML from microsoft.
> >From the other two common browsers Saxon seems to be faster than Xalan.
>
> But I think the processing time is more dependent on the XML and the
> stylesheet. When it takes 15 min to process your document another
processor
> will not help much. See the tips at
> http://aspn.activestate.com/ASPN/Mail/Message/774836 to improve the
> performance (written by Michael Kay).
>
> Regards,
>
> Joerg
>
> ----- Original Message -----
> From: "Long Zhao" <LZhao@xxxxxxxxxxxxxxxx>
> To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> Sent: Wednesday, January 23, 2002 11:27 PM
> Subject: [xsl] which XML parser is the fastest?
>
>
> > Hi Guys,
> >
> > We are using Oracle parser in our application. It takes about 15' to
parse
> my XML and XSL and generate a HTML document.
> > What is the fastest parser around?
> >
> > Thanks
> >
> > Long


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


Current Thread