Skip to content

Commit

Permalink
Update keyboard.xsl
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Jun 23, 2022
1 parent cd13f7e commit f2ffe00
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ Names
</line></xsl:variable>
<xsl:message select="$keys"/>
<xsl:for-each select="$keys/line[fn:position() &lt; last()]">
number3: <xsl:number value="$keys/line/sp/position()" format="1" />
<xsl:apply-templates/><!--<xsl:text disable-output-escaping="yes">,&#xD;</xsl:text>-->
</xsl:for-each>
<xsl:value-of select="$keys/line[position()=last()]"/>
Expand Down Expand Up @@ -309,12 +310,12 @@ Names

<xsl:template match="sp">
number3: <xsl:number value="position()" format="1" />
<xsl:choose>
<!--<xsl:choose>
<xsl:when test="following-sibling::sp">
<xsl:text> </xsl:text>
</xsl:when>
<xsl:otherwise></xsl:otherwise>
</xsl:choose>
</xsl:choose>-->
</xsl:template>


Expand Down

0 comments on commit f2ffe00

Please sign in to comment.