Skip to content

Commit

Permalink
Schema changes for xsl:map
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Dec 4, 2024
1 parent b4b2720 commit df0b2b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions specifications/xslt-40/src/schema-for-xslt40.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 2 additions & 0 deletions specifications/xslt-40/src/schema-for-xslt40.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,9 @@ of problems processing the schema using various tools
<xs:complexContent mixed="true">
<xs:extension base="xsl:sequence-constructor">
<xs:attribute name="on-duplicates" type="xsl:expression"/>
<xs:attribute name="ordering" type="xsl:avt"/>
<xs:attribute name="_on-duplicates" type="xs:string"/>
<xs:attribute name="_ordering" type="xs:string"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Expand Down

0 comments on commit df0b2b2

Please sign in to comment.