Project

General

Profile

Actions

Feature #7205

closed

support streaming in <fallback>

Added by Reynaud Sylvain almost 10 years ago. Updated almost 10 years ago.

Status:
Resolved
Priority:
High
Assigned To:
Category:
Engine
Target version:
Start date:
05/20/2014
Due date:
% Done:

100%

Estimated time:

Description

Currently, the size of the fallback XML is limited by memory size.

Actions #1

Updated by Reynaud Sylvain almost 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>
Actions #2

Updated by Reynaud Sylvain almost 10 years ago

  • Target version changed from later to 2.1.1
Actions

Also available in: Atom PDF