Actions
Feature #5444
closedoptimize runtime
Start date:
10/29/2013
Due date:
% Done:
100%
Estimated time:
Description
Generate absolute XPath execution plans (into effective configuration) instead of generating it at runtime.
<match>
    <XPath xmlns="http://www.w3.org/TR/xpath"/>
</match>
  
      
      Updated by Reynaud Sylvain almost 12 years ago
      
    
    - Status changed from New to Rejected
 
Execution plan can not be generated before plugin initialization because the @match XPath expression may be modified by it.
      
      Updated by Reynaud Sylvain almost 12 years ago
      
    
    - Status changed from Rejected to New
 
modification of @match must be done by pixtl.xsl instead of Processor.init():
	
    - Move/Copy: match[* or not(*)]
 - AppendAggregate: match | match/values
 - SelectGroupBy: mat.. | match/group_by
 - SelectIfDescendant: match//descendant[predicate] , with ancestor=match
 
      
      Updated by Reynaud Sylvain almost 12 years ago
      
    
    - Status changed from New to Resolved
 - % Done changed from 0 to 100
 
Actions