资 源 简 介
CocoXml is inspired by Coco/R and modified from it.
Coco/R is released under GPLv2 and written by Hanspeter Moessenboeck,
University of Linz. Its homepage is http://www.ssw.uni-linz.ac.at/coco/ .
CocoXml is released under GPLv2 too.
Coco/R can read an atg file and tempalte files, then generate scanner and parser
for user. Different versions are implemented for different languages, such as
C#, Java and C++ and so on.
Firstly, I modify Coco/R so it can accept a different atg. This new atg can be
used to parse the tag/attribute structure base on the result of SAX parser,
just like XCC does. For the detail of XCC, please access:
ftp://plasma-gate.weizmann.ac.il/pub/xcc/. CocoXml use the EBNF to describe the
syntax of tags, attributes and other XML elements. It is a strict way and can
parse complex XML structure easily.
Then CocoXml-0.9.0.tar.gz is released.
After that, it is realized