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, and an XML writer. ``NQ'' stands for ``Not Quite''. Some of the changes in version 0.6.2: * New tag entity method NQXML::Tag.isTagStart complements the already existing isTagEnd. New aliases tagStart? and tagEnd?. * Added a few missing backslashes in strings in documentation's example code. * Tokenizer made more efficient by use of << instead of += for string concatenation. NQXML can be found on the RAA and at http://www.io.com/~jimm/downloads/nqxml/. Jim -- Jim Menard, jimm / io.com, http://www.io.com/~jimm/ "No, no, you're not thinking; you're just being logical." -- Niels Bohr