From df0b2b2eaa5f116dd11ad7da20476c6a7b75a8fe Mon Sep 17 00:00:00 2001 From: Michael Kay Date: Wed, 4 Dec 2024 23:19:30 +0000 Subject: [PATCH] Schema changes for xsl:map --- specifications/xslt-40/src/schema-for-xslt40.rnc | 3 +++ specifications/xslt-40/src/schema-for-xslt40.xsd | 2 ++ 2 files changed, 5 insertions(+) diff --git a/specifications/xslt-40/src/schema-for-xslt40.rnc b/specifications/xslt-40/src/schema-for-xslt40.rnc index b86e02ce94..8bbc2fa60c 100644 --- a/specifications/xslt-40/src/schema-for-xslt40.rnc +++ b/specifications/xslt-40/src/schema-for-xslt40.rnc @@ -1127,6 +1127,9 @@ map.element = global.atts, sequence-constructor.model } +# TODO: add @on-duplicates +# TODO: add @ordering + map-entry.element = element map-entry { extension.atts, diff --git a/specifications/xslt-40/src/schema-for-xslt40.xsd b/specifications/xslt-40/src/schema-for-xslt40.xsd index 8e1f257eec..d2a82c3af4 100644 --- a/specifications/xslt-40/src/schema-for-xslt40.xsd +++ b/specifications/xslt-40/src/schema-for-xslt40.xsd @@ -1143,7 +1143,9 @@ of problems processing the schema using various tools + +