[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ANN] RelaxNGCC - a Java source code generator
- From: Daisuke Okajima <swift@hr.catv.ne.jp>
- To: xml-dev@lists.xml.org
- Date: Wed, 05 Sep 2001 22:19:08 +0900
I has relased RelaxNGCC, a tool for generating Java source code from a
given RelaxNG grammar.
It is available from
http://homepage2.nifty.com/okajima/relaxngcc/index_en.htm.
By embedding code fragments in the grammar, you can take appropriate
actions while parsing valid XML documents against the grammar.
This approach is similar to yacc, bison, or JavaCC. If you are familiar
with these tools, you may understand RelaxNGCC without any difficulty.
Sincerely,
--
Daisuke Okajima