2002-09-13 12:54:59 +02:00
|
|
|
NQXML is a pure Ruby implementation of a non-validating XML processor.
|
|
|
|
It includes an XML tokenizer, a SAX-style streaming XML parser, a
|
|
|
|
DOM-style tree XML Parser, and an XML writer.
|
|
|
|
|
|
|
|
``NQ'' stands for ``Not Quite''.
|
2001-03-31 14:30:16 +02:00
|
|
|
|
|
|
|
Author: Jim Menard <jimm@io.com>
|
2002-09-13 12:54:59 +02:00
|
|
|
WWW: http://nqxml.sourceforge.net/
|