Stream xmlt codec encoder directly to writer (no intermediate tree)
Encode path now writes XML tokens directly to the bytesrw writer.
Decode still uses tree (El needs random access to children/attrs).
Codec allocations: -4% (person record), -10% (100-item list).