> I to had this problem with a FDM that Dave Culp sent me for the new 737.
> Here is what occured.
> ...
> I have from my start of using FG used wordpad under windows 98se
> to do all my XML
> files without problem.Could there be something in the new XML
> format that my worpad
> does not handle leading to corruption of the FDM file?.
>
> Cheers
> Innis

It is possible that you trashed your XML file - for instance, your element
tags don't match or something. It is good policy to validate your XML files
after making an edit or using them the first time - and this is a good
policy not just for JSBSim files, but for any XML file. A schema has been
created for JSBSim aircraft config files that specifies what is "legal". You
can use a tool such as oXygen or Stylus Studio to validate the document.
There are other tools as well.

Another thing you can do is to open the aircraft config file in a browser.
That *should* display the XML file using the style sheet specified in the
processing instruction at the top of JSBSim aircraft config files. There is
a style sheet (JSBSim.xsl) at the JSBSim web site. If the xml file loads
properly, chances are it is well-formed, at least. You should peruse the
data presented to make sure it is what you expect to see.

Jon



-------------------------------------------------------
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&kid=110944&bid=241720&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to