From e61b9b937a9b720038e0194eb31446ff89175fa9 Mon Sep 17 00:00:00 2001 From: Michael Kay Date: Tue, 26 Nov 2024 17:12:49 +0000 Subject: [PATCH] err:stack-trace is now a string not a function --- specifications/xslt-40/src/xslt.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/specifications/xslt-40/src/xslt.xml b/specifications/xslt-40/src/xslt.xml index d33a033c0..bb24ec536 100644 --- a/specifications/xslt-40/src/xslt.xml +++ b/specifications/xslt-40/src/xslt.xml @@ -15855,9 +15855,9 @@ and version="1.0" otherwise.

err:stack-trace - fn() as xs:string? - A zero-arity function which, when called, returns - an string containing diagnostic + xs:string? + An + string containing diagnostic information about the state of execution at the point where the error occured, or an empty sequence if no stack trace is available.