Re: [xsl] Re: How to express this in XPath: "when conditiondoaction" where condition cannot be evaluated until data arrives later

Subject: Re: [xsl] Re: How to express this in XPath: "when conditiondoaction" where condition cannot be evaluated until data arrives later
From: "Roger L Costello costello@xxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 20 Dec 2022 14:35:51 -0000
Hi Graydon,

> Or it could fail and be re-run periodically?

Oh! Now that is an interesting idea indeed!

> What happens if the police report never arrives?

That is an excellent question! And a very real possibility. I need to have
some sort of 'timeout' such that if PoliceReport.xml doesn't arrive within,
say, 10 minutes, then abort the XPath expression.

/Roger

Current Thread