mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 22:33:03 +00:00
For the XML output's terminal element, rename @number to @token-number,
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.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2007-10-27 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
For the XML output's terminal element, rename @number to @token-number,
|
||||
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.
|
||||
|
||||
2007-10-21 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||
|
||||
* data/xslt/xml2dot.xsl (xsl:template match="automaton/state"): After
|
||||
|
||||
Reference in New Issue
Block a user