Skip to content

Commit

Permalink
Setting up for Metapath datatype support development #45
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez authored and david-waltermire committed Dec 21, 2020
1 parent aa6514c commit ee9f199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions toolchains/xslt-proto-v04/make-metaschema-abstract-map.xpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<p:pipe port="result" step="composed"/>
</p:output>

<p:serialization port="c.abstract-model-map" indent="true"/>
<p:output port="c.abstract-model-map" primary="false">
<p:serialization port="c.definitions-map" indent="true"/>
<p:output port="c.definitions-map" primary="false">
<p:pipe port="result" step="make-model-map"/>
</p:output>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<xsl:template match="*" mode="m:make-template"/>

<xsl:template match="xs:restriction" mode="m:make-template">
<xsl:apply-templates mode="#current"/>
<xsl:apply-templates mode="#current"/>
</xsl:template>

<xsl:template match="xs:pattern" mode="m:make-template">
Expand Down

0 comments on commit ee9f199

Please sign in to comment.