NQXML
Introduction
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''. Please
read the Limitations section of the
README file.
Ruby is an object-oriented scripting language by Yukihiro Matsumoto. Visit
the official Ruby Web site for more
information.
The XML specification lives on The World Wide
Web Consortium's Web site.
NQXML is developed and maintained by Jim Menard, jimm@io.com. The official
Web page of NQXML is http://www.io.com/~jimm/downloads/nqxml/,
where the latest release may be found.
Documentation
See the README file for a summary of recent
changes and some examples of how to use NQXML. This on-line HTML version
includes links to all of the example code that comes with NQXML.
Download
Download the latest version, NQXML version
1.1.3.
Warning: I plan to start removing from the NQXML Web page older
release versions in order to save disk space. When I do so, the older
versions will be gone forever; there is no other code repository for NQXML.
Please let me know if you object.
Jonathan Conway has kindly started to mirror the
NQXML .tar.gz files.
Earlier versions:
Bugs
This list does not include the limitations listed above. There are
currently no known bugs, but plenty of issues. See the TODO file.
Copying
NQXML is copyrighted free software by Jim Menard and is released under the
same license as Ruby.
Warranty
THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Back to my home page, or the
Site Map.
Page last modified on
by me.
Contents © 2001 by Jim Menard. All rights reserved.
|