So what's the issue here? Dave Winer mentioned a similar issue
that forced him to encode some text in "base64" ...
Are XML-emitting tools just being incorrect? "<" in text should
always be encoded as "<" (it'll be un-encoded during parsing),
and "&" as "&" (ditto).
- Dave