Skip to content

Commit

Permalink
Dispatch validation of attributes in default template
Browse files Browse the repository at this point in the history
  • Loading branch information
dmj committed Apr 6, 2024
1 parent 8f9fdd4 commit ec8a9c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/content/transpile.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ SOFTWARE.
<xsl:for-each select="map:keys($patterns)">
<alias:mode name="{.}" on-no-match="shallow-skip" streamable="{$schxslt:streamable}"/>
<alias:template match="*" mode="{.}" priority="-10">
<alias:apply-templates select="@*" mode="#current"/>
<alias:apply-templates select="node()" mode="#current"/>
</alias:template>
<xsl:apply-templates select="map:get($patterns, .)/sch:let" mode="#current"/>
Expand Down

0 comments on commit ec8a9c6

Please sign in to comment.