Skip to content

Commit

Permalink
Make changes requested by Andy Black
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 authored and jasonleenaylor committed Jun 3, 2024
1 parent 98bb48c commit 1345759
Showing 1 changed file with 8 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,17 +233,14 @@
</xsl:if>-->
</language>
</xsl:if>
<xsl:if test="key('ItemsLang',$sLangId)[parent::word and following-sibling::morphemes or parent::word and not(following-sibling::morphemes) and @type='txt']">
<language font-family="{$sFont}" id="{$sLangId}-baseline">
<!--<xsl:if test="@vernacular='true'">
<xsl:attribute name="name">vernacular</xsl:attribute>
</xsl:if>-->
</language>
</xsl:if>
<xsl:if test="key('ItemsLang',$sLangId)[parent::word and @type='punct']">
<language font-family="{$sFont}" id="{$sLangId}-baseline">
</language>
</xsl:if>
<xsl:choose>
<xsl:when test="key('ItemsLang',$sLangId)[parent::word and following-sibling::morphemes or parent::word and not(following-sibling::morphemes) and @type='txt']">
<language font-family="{$sFont}" id="{$sLangId}-baseline"/>
</xsl:when>
<xsl:when test="key('ItemsLang',$sLangId)[parent::word and @type='punct']">
<language font-family="{$sFont}" id="{$sLangId}-baseline"/>
</xsl:when>
</xsl:choose>
<xsl:if test="key('ItemsLang',$sLangId)[parent::word and @type='pos']">
<language font-family="{$sFont}" id="{$sLangId}-wordCategory"/>
</xsl:if>
Expand Down

0 comments on commit 1345759

Please sign in to comment.