]> git.saurik.com Git - bison.git/commitdiff
For the XML output's terminal element, rename @number to @token-number,
authorJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 28 Oct 2007 00:24:22 +0000 (00:24 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Sun, 28 Oct 2007 00:24:22 +0000 (00:24 +0000)
and add @symbol-number.  In the nonterminal element, rename @number to
@symbol-number.  Discussed starting at
<http://lists.gnu.org/archive/html/bison-patches/2007-10/msg00040.html>.
* data/xslt/xml2text.xsl (xsl:template match="terminal"): Update for
renames.
(xsl:template match="nonterminal"): Likewise.
* data/xslt/xml2xhtml.xsl (xsl:template match="terminal"): Likewise.
(xsl:template match="nonterminal"): Likewise.
* src/print-xml.c (print_grammar): Implement.


No differences found