From: Olivier A. <ol...@us...> - 2003-04-18 08:30:18
|
Hi, Nicolas Cannasse [Friday 18 April 2003] : > I'm currently rewriting my Xml-Light library which is a minimal Xml > parser/printer and adding DTD support to it. It's almost done (all parsing > is ok, now I still have to do some testing and DTD proving) but before > releasing it, since I would like it to be part of the ExtLib, I'm calling > for features / comments. Here's joined the current MLI for Xml and Dtd - not > yet finalized. The implementation code is quite small, there is a lexer and > a small parser for DTD elements expressions. You're using `parser' as an identifier for a type : it clashes with camlp4 where `parser' is a keyword introducing stream matching. Maybe it should be named something else. -- Olivier |