Suggestion by Kyle LeBlanc on 4Suite list 03 Oct 2004:
I've noticed that XSLT processing times increase in
relation to the complexity and the number of Versa
queries that exist in the stylesheet.
I'm not sure if it is already done, but I think this
deficiency can be reduced by compiling as much as the
query as possible at the same time that the XSLT
stylesheet is compiled. (see other feature request for
stylesheet compilation)
The only issue is with dynamic variables that can only
be evaluated at runtime. But if these dynamic
variables were kept to a minimum, say for only rdf
resource IDs, the entire Versa query could be compiled
at XSLT compiled time.