Skip to content

Commit

Permalink
Add xsl:item and xsl:sequence/@as
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Jun 23, 2024
1 parent 8f3697a commit a109b60
Show file tree
Hide file tree
Showing 2 changed files with 176 additions and 105 deletions.
17 changes: 17 additions & 0 deletions specifications/xslt-40/src/element-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,6 +1187,23 @@
<e:attribute name="select" required="no">
<e:data-type name="expression"/>
</e:attribute>
<e:attribute name="as" default="'item()*'">
<e:data-type name="sequence-type"/>
</e:attribute>
<e:model name="sequence-constructor"/>
<e:allowed-parents>
<e:parent-category name="sequence-constructor"/>
</e:allowed-parents>
</e:element-syntax>

<e:element-syntax name="item">
<e:in-category name="instruction"/>
<e:attribute name="select" required="no">
<e:data-type name="expression"/>
</e:attribute>
<e:attribute name="as" default="'item()'">
<e:data-type name="item-type"/>
</e:attribute>
<e:model name="sequence-constructor"/>
<e:allowed-parents>
<e:parent-category name="sequence-constructor"/>
Expand Down
Loading

0 comments on commit a109b60

Please sign in to comment.