Actions
Feature #7205
closedsupport streaming in <fallback>
Start date:
05/20/2014
Due date:
% Done:
100%
Estimated time:
Description
Currently, the size of the fallback XML is limited by memory size.
Updated by Reynaud Sylvain over 10 years ago
- Status changed from New to Resolved
- Assigned To set to Reynaud Sylvain
- % Done changed from 0 to 100
<fallback eval="myXPath"/>
is INTERNALY implemented as a plugins chain:
<!-- generates the default fallback element -->
<connector type="FallbackConnector"/>
<!-- replace the default fallback element by yours -->
<processor type="ReplaceProcessor" match="/*">
<parameter name="nodes" eval="myXPath"/>
</processor>
Updated by Reynaud Sylvain over 10 years ago
- Target version changed from later to 2.1.1
Actions