Skip to content

Commit

Permalink
Reconciled datatype merge to emit functional JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
wendellpiez committed Apr 1, 2022
1 parent 3073431 commit a9c5e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolchains/xslt-M4/schema-gen/make-json-schema-metamap.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,9 @@
<xsl:mode name="acquire-types" on-no-match="shallow-copy"/>

<xsl:template mode="acquire-types" xpath-default-namespace="http://www.w3.org/2005/xpath-functions" match="string[@key='description']">
<string key="datatype-description">
<!--<string key="datatype-description">
<xsl:apply-templates/>
</string>
</string> -->
</xsl:template>

<xsl:key name="datatypes-by-name" xpath-default-namespace="http://www.w3.org/2005/xpath-functions"
Expand Down

0 comments on commit a9c5e9f

Please sign in to comment.