[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: XSL Optimizations

Subject: RE: XSL Optimizations
From: "Earl Bingham" <earl@xxxxxxxxx>
Date: Mon, 21 Jun 1999 13:42:37 -0500
xsl optimizations
In relation to optimizations my concern is with the fact that it takes
seconds
to do certain processing on a file that should be in milliseconds for it to
be
acceptable from a client perspective.

I have an XSL file that will do a transformation from one DTD to another.
Currently,
there is 4 steps to put an XML file into a database which is taking 4-5
seconds.
Then another 3-4 seconds to remove it and present it to the client in HTML
format.

I was curious if anyone knows how to make this faster, other than removing
the
steps involved.

Thanks,

Earl Bingham


-----Original Message-----
From:	owner-xsl-list@xxxxxxxxxxxxxxxx [SMTP:owner-xsl-list@xxxxxxxxxxxxxxxx]
On Behalf Of Kay Michael
Sent:	Monday, June 21, 1999 9:42 AM
To:	'xsl-list@xxxxxxxxxxxxxxxx'
Subject:	RE: XSL Optimizations

> An idea that has been floating around in my head is to have a hash
> table that maps element type names to a list of templates that may
> match elements of the given type.

SAXON determines for each pattern whether it is able to match only elements
of a particular type; it then maintains one list of "specific" patterns for
each element type, and one list of "generic" patterns. For a given element
node, it has to search the specific pattern list for that element type plus
the generic list; for any other kind of node it just searches the generic
list.

Mike


 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

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.