Skip to content

Commit

Permalink
mn2xml.xsl updated for new term tags, #418
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelligent2013 committed Jan 21, 2025
1 parent 70e29de commit 8b56e49
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/mn2xml.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@

<xsl:template match="*[local-name() = 'title'][following-sibling::*[1][local-name() = 'fmt-title']] |
*[local-name() = 'name'][following-sibling::*[1][local-name() = 'fmt-name']] |
*[local-name() = 'preferred'] |
*[local-name() = 'admitted'] |
*[local-name() = 'deprecates'] |
*[local-name() = 'preferred'][ancestor::*[local-name() = 'term'][1]//*[local-name() = 'fmt-preferred']] |
*[local-name() = 'admitted'][ancestor::*[local-name() = 'term'][1]//*[local-name() = 'fmt-admitted']] |
*[local-name() = 'deprecates'][ancestor::*[local-name() = 'term'][1]//*[local-name() = 'fmt-deprecates']] |
*[local-name() = 'related'] |
*[local-name() = 'definition'] |
*[local-name() = 'termsource']" mode="remove_namespace" priority="3"/>
*[local-name() = 'definition'][ancestor::*[local-name() = 'term'][1]//*[local-name() = 'fmt-definition']] |
*[local-name() = 'termsource'][ancestor::*[local-name() = 'term'][1]//*[local-name() = 'fmt-termsource']]" mode="remove_namespace" priority="3"/>

<xsl:template match="*[local-name() = 'fmt-title']//*[local-name() = 'span'] |
*[local-name() = 'semx'] |
Expand Down

0 comments on commit 8b56e49

Please sign in to comment.