Skip to content

Commit

Permalink
Revised design taking comments into account
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Sep 27, 2023
1 parent 98ec9ca commit 6abd82e
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 79 deletions.
12 changes: 6 additions & 6 deletions specifications/xslt-40/src/element-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<e:attribute name="expand-text" required="no" default="'no'">
<e:data-type name="boolean"/>
</e:attribute>
<e:attribute name="fixed-prefixes" required="no">
<e:data-type name="prefixes"/>
<e:attribute name="fixed-namespaces" required="no">
<e:data-type name="string"/>
</e:attribute>
<e:attribute name="use-when" required="no">
<e:data-type name="expression"/>
Expand Down Expand Up @@ -197,8 +197,8 @@
<e:attribute name="expand-text">
<e:data-type name="boolean"/>
</e:attribute>
<e:attribute name="fixed-prefixes" required="no">
<e:data-type name="prefixes"/>
<e:attribute name="fixed-namespaces" required="no">
<e:data-type name="string"/>
</e:attribute>
<e:attribute name="main-module" required="no">
<e:data-type name="uri"/>
Expand Down Expand Up @@ -252,8 +252,8 @@
<e:attribute name="expand-text" default="'no'">
<e:data-type name="boolean"/>
</e:attribute>
<e:attribute name="fixed-prefixes">
<e:data-type name="prefixes"/>
<e:attribute name="fixed-namespaces">
<e:data-type name="string"/>
</e:attribute>
<e:attribute name="main-module">
<e:data-type name="uri"/>
Expand Down
Loading

0 comments on commit 6abd82e

Please sign in to comment.