From: Sean Russell Date: 2001-11-16T04:34:02+09:00 Subject: [ruby-talk:25322] Re: ANN: REXML 1.1a3 Ok, I just want to clarify this. REXML does do autoconverting of some characters to entities on output, and of some entities to characters on input. It does not convert characters to entities on input. I've fixed the text processing and added " and ' as auto-processed characters; they are now handled like &, <, and > are. This fix will appear in the 1.1a4 release, later today. -- --- SER