From 9fc87ae4c594c05b8c36bd1a02514b3ea3a78355 Mon Sep 17 00:00:00 2001 From: Eero Helenius Date: Tue, 18 Aug 2015 15:06:26 +0300 Subject: [PATCH] Allow AVTs in result-document @format attribute --- 2.0/xslt20.rnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.0/xslt20.rnc b/2.0/xslt20.rnc index b8a4a15..e0d09be 100644 --- a/2.0/xslt20.rnc +++ b/2.0/xslt20.rnc @@ -554,7 +554,7 @@ result-document.element = element result-document { global.atts, extension.atts, - attribute format { xsd:QName }?, + attribute format { xsd:QName | brace-avt.datatype }?, attribute href { xsd:anyURI | brace-avt.datatype }?, attribute validation { validation.datatype }?, attribute type { xsd:QName }?,