On 20/03/06, Melchior FRANZ <[EMAIL PROTECTED]> wrote:

> I'd say it is known not to be a problem. We have 119 XML files with
> silly MSDOS line terminators in the Aircraft/ directory alone, and
> those cause no problems.

It was once a problem with JSBSim's old hand-rolled, sort-of XML
parser, but it's not a problem with EasyXML/Expat.  In fact, the XML
spec requires a parser to handle any common line end (CR, LF, or CRLF)
and convert it to LF ('\n') automatically.

I suggest that Phil start by running his XML file though a regular XML
parser, and seeing what errors (if any) are reported.  I'm guessing
that he might have misspelled a start or end tag, though I don't know
how he can avoid that problem by increasing the IO buffer size.


All the best,


David

--
http://www.megginson.com/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to