]> granicus.if.org Git - docbook-dsssl/commitdiff
Support ebnf.assignment and ebnf.statement.terminator
authorNorman Walsh <ndw@nwalsh.com>
Sat, 12 Apr 2003 21:08:45 +0000 (21:08 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 12 Apr 2003 21:08:45 +0000 (21:08 +0000)
xsl/html/ebnf.xsl

index 897192c95ee7510690b3ccd1af04840bc2d9d492..e0175cc6140dfe19f18da04ea6a3bacb62d2a491 100644 (file)
@@ -127,9 +127,12 @@ to be incomplete. Don't forget to read the source, too :-)</para>
        </xsl:otherwise>
       </xsl:choose>
     </td>
-    <td valign="top" width="5%" align="center"><tt>::=</tt></td>
+    <td valign="top" width="5%" align="center">
+      <xsl:copy-of select="$ebnf.assignment"/>
+    </td>
     <td valign="top" width="52%">
       <xsl:apply-templates select="rhs"/>
+      <xsl:copy-of select="$ebnf.statement.terminator"/>
     </td>
     <td align="left" valign="top" width="30%">
       <xsl:choose>