mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-18 16:53:02 +00:00
xml2dot.xsl: fix typos in comments
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
<xsl:param name="staten"/>
|
<xsl:param name="staten"/>
|
||||||
<xsl:for-each select='reduction'>
|
<xsl:for-each select='reduction'>
|
||||||
<!-- These variables are needed because the current context can't be
|
<!-- These variables are needed because the current context can't be
|
||||||
refered to directly in XPath expressions. -->
|
referred to directly in XPath expressions. -->
|
||||||
<xsl:variable name="rul">
|
<xsl:variable name="rul">
|
||||||
<xsl:value-of select="@rule"/>
|
<xsl:value-of select="@rule"/>
|
||||||
</xsl:variable>
|
</xsl:variable>
|
||||||
@@ -95,7 +95,7 @@
|
|||||||
<xsl:if test='not(preceding-sibling::*[@rule=$rul and @enabled=$ena])'>
|
<xsl:if test='not(preceding-sibling::*[@rule=$rul and @enabled=$ena])'>
|
||||||
<xsl:variable name="rule">
|
<xsl:variable name="rule">
|
||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<!-- The acceptation state is refered to as 'accept' in the XML, but
|
<!-- The acceptation state is referred to as 'accept' in the XML, but
|
||||||
just as '0' in the DOT. -->
|
just as '0' in the DOT. -->
|
||||||
<xsl:when test="@rule='accept'">
|
<xsl:when test="@rule='accept'">
|
||||||
<xsl:text>0</xsl:text>
|
<xsl:text>0</xsl:text>
|
||||||
|
|||||||
Reference in New Issue
Block a user