2007-10-17 Wojciech Polak <polak@gnu.org>

* src/print-xml.c (print_grammar): Renamed
	<terminal> and <nonterminal> attributes:
	"type" to "number" and "symbol" to "name".
	* data/xslt/xml2text.xsl (xsl:template match="terminal"):
	Use new attribute names.
	(xsl:template match="nonterminal"): Likewise.
	* data/xslt/xml2xhtml.xsl: Likewise.
This commit is contained in:
Wojciech Polak
2007-10-17 18:13:53 +00:00
parent 36c48187a6
commit b7a7016204

View File

@@ -1,3 +1,13 @@
2007-10-17 Wojciech Polak <polak@gnu.org>
* src/print-xml.c (print_grammar): Renamed
<terminal> and <nonterminal> attributes:
"type" to "number" and "symbol" to "name".
* data/xslt/xml2text.xsl (xsl:template match="terminal"):
Use new attribute names.
(xsl:template match="nonterminal"): Likewise.
* data/xslt/xml2xhtml.xsl: Likewise.
2007-10-17 Joel E. Denny <jdenny@ces.clemson.edu> 2007-10-17 Joel E. Denny <jdenny@ces.clemson.edu>
* doc/bison.texinfo (Bison Options): Add entry for --print-datadir. * doc/bison.texinfo (Bison Options): Add entry for --print-datadir.