RE: [Flightgear-devel] easyxml.cxx tweak

2006-03-14 Thread Jon S. Berndt
> > I have a large JSBSim aircraft defintion file that was not parsing. > > I discovered that easyxml has a size limit of 16K. Any xml tag must > > complete in 16384 bytes: > > Did you confirm the location of the problem with gdb? Was there > actually a crash here? > > The input buffer size sho

Re: [Flightgear-devel] easyxml.cxx tweak

2006-03-14 Thread David Megginson
On 14/03/06, Phil Cazzola <[EMAIL PROTECTED]> wrote: > I have a large JSBSim aircraft defintion file that was not parsing. > I discovered that easyxml has a size limit of 16K. Any xml tag must > complete in 16384 bytes: Did you confirm the location of the problem with gdb? Was there actually

[Flightgear-devel] easyxml.cxx tweak

2006-03-14 Thread Phil Cazzola
  I have a large JSBSim aircraft defintion file that was not parsing. I discovered that easyxml has a size limit of 16K.  Any xml tag must   complete in 16384 bytes:           ( less than 16384 bytes )           It was hard to find because the limit was a magic number used in a func