- From: Raja Cherukuri <raja.cherukuri@telera.com>
- Date: Tue, 12 Mar 2002 14:35:44 -0500 (EST)
- To: "'xsl-editors@w3.org'" <xsl-editors@w3.org>
- Cc: "Kay, Michael" <Michael.Kay@softwareag.com>
Hi, It would be great if the function(s) implementation in XSLT processor(s) can give mandates for a) parallelism as yes/no. Reason: 1. This would allow XSLT parser implementor(s) to have unified behavior for function(s) to a certain extent. 2. Allow parallelism would enhance/define performance for functions like document(...). or b) time-period as linear/constant/etc. ( constant time could mean implementation must be parallel ) Reason: 1. Just like STL functions tell end-user the time effects of using different types of functions. regards Raja
Received on Tuesday, 12 March 2002 16:32:15 UTC