This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

transform optimization for a schema-constrained domain


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]