From: listrecv@... Date: 2006-03-07T14:38:40+09:00 Subject: Can REXML handle long XML I have a long chunk of XML - about 32k. REXML::Document.new(x) gives me an "". Yet I double checked the xml in a validator (by File.write x into a file, and then loading it), and it validates fine. Any ideas?