XMLPPM 0.98 TODO James Cheney 3/19/2001 * Fix the entity behavior so that the XML text is preserved as exactly as possible * Factor the XMLUNPPM component into an "event decoder" that decodes the compressed event stream and calls an arbitrary SAX event handler, and a "printing" event handler. * Port to other XML parsing libraries * Add the capability to directly compress/decompress XML stored in memory as DOM trees 5/19/2001 * Remove 255-element/attribute symbol limitation 2/11/2003 * Library-ize xmlppm so that applications can compress XML text or DOM trees from memory to memory rather than only to/from files.