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 f2ffe00 commit 478a6e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/keyboard.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Names

<xsl:for-each select="fn:current-group()">
{
<sp>a</sp>
<sp/>
"number:" <xsl:number value="position()" format="1" />
"row": 1,
"column": 3,
Expand All @@ -225,7 +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" />
number3: <xsl:number value="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

0 comments on commit 478a6e9

Please sign in to comment.