[xsl] transform optimization for a schema-constrained domain

Subject: [xsl] transform optimization for a schema-constrained domain
From: "Huebel, David" <dhuebel@xxxxxxxxxxxxxx>
Date: Wed, 25 Jul 2001 10:56:48 -0500
Hello,

Are there any XSLT processors that can use a schema for the input domain to
improve performance?  For example, I'm currently using Saxon and would love
to say 

Templates templates = 
    transformerFactory.newTemplates(transformSource, inputSchema);

so that Saxon would use its knowledge of the input domain to create a faster
implementation of the transform.

Has this been implemented anywhere, and does anyone have any comments on its
usefulness?

David


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


Current Thread