blob: b93d109c163f469032582c63144130722f980beb (
plain) (
blame)
1
2
3
4
5
6
7
8
|
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''.
Author: Jim Menard <jimm@io.com>
WWW: http://nqxml.sourceforge.net/
|