Project

Profile

Help

Feature #3441

closed

Asynchronous fetch for a list of documents

Added by Debbie Lockett over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Low
Category:
-
Sprint/Milestone:
-
Start date:
2017-09-13
Due date:
% Done:

100%

Estimated time:
Applies to JS Branch:
1.0, Trunk
Fix Committed on JS Branch:
1.0, Trunk
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-

Description

At the moment, using ixsl:schedule-action/@document we can only fetch one document at a time. So when a number of documents are required before process X, we either need to use nested ixsl:schedule-action elements, which will only send fetch requests in series; or write some XSLT mechanism to do parallel fetches, storing information about which have returned, and then proceeding to process X once all fetches have returned.

It would be nice to allow the @document attribute to contain a list of documents to be fetched. Saxon-JS would send requests to fetch these documents in parallel, and the called template (for process X) would then be called once all fetch requests have returned.

Please register to edit this issue

Also available in: Atom PDF Tracking page