From: Jay Levitt Date: 2006-03-07T21:33:40+09:00 Subject: Re: Can REXML handle long XML On 6 Mar 2006 21:34:09 -0800, listrecv@gmail.com wrote: > 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? Definitely not the length. I used REXML to load a 500K one-line (no CRs) MS Project export, with no problems. Jay Levitt