blob: cd31a0c6704c6d387614e75de6cfb4ac131ba2d9 (
plain)
1
2
3
4
|
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 parser, an XML writer, and a context-sensitive callback mechanism.
``NQ'' stands for ``Not Quite''.
|