Many thanks, Christian.
- Andrew
On Sun, 26 Apr 2020 at 11:15, Christian Grün christian.gruen@gmail.com wrote:
Hi Andrew,
Error in xsl:sequence/@select on line 1 column 135 of [...]: FOER0000: Error signalled by application call on error()Improper use?
Potentia
l bug? Your feedback is welcome:
…fixed in the latest snapshot [1].
the error message is passed through for the first item in the sequence
(<a/>), but is lost, resulting in <err/> when adjusted to error on subsequent items (<b/> or <c/>).
I guess this only happens with Saxon and (as you already indicated) if the transformer is cached, so I’m not sure if we can fix this so easily. I’ll have some more thought.
Best, Christian