Project

Profile

Help

Bug #3461

Updated by Debbie Lockett about 4 years ago

Currently we have defined ixsl:schedule-action/@document to allow XML documents to be asynchronously fetched; before calls on doc() and doc-available(). 


 


 We should provide similar mechanisms for use with json-doc() and unparsed-text(), etc. - i.e. allow other external resources to be asynchronously fetched. Currently calls on these functions will just initiate synchronous fetches.  


  


 Note that unparsed-text() is complicated by the fact that the function allows a 2nd argument which provides the resource encoding. 
 

Back