From a60cded87ab4494a6ed29af435c2dc64440cb216 Mon Sep 17 00:00:00 2001 From: Norman Walsh Date: Sat, 14 Dec 2024 16:11:09 +0000 Subject: [PATCH] Defined err:XD0083, expression fell down, went boom! --- xproc/src/main/xml/specification.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xproc/src/main/xml/specification.xml b/xproc/src/main/xml/specification.xml index 2e156df07..4a460fd1c 100644 --- a/xproc/src/main/xml/specification.xml +++ b/xproc/src/main/xml/specification.xml @@ -4242,6 +4242,14 @@ attribute">extension attributes. in some way not identified more precisely in this specification. + + It is a dynamic error if an expression + in the pipeline is cannot be evaluated (because of errors in expression syntax, + references to unbound namespace prefixes, references to unknown variables or functions, + etc.). + This is a general error code indicating that dynamic expression evaluation failed for + some reason not identified more precisely in this specification. + If an XProc processor can determine statically that a dynamic error will always occur, it may report that error statically