On Fri, Feb 29, 2008 at 1:09 PM, Bastien David <[EMAIL PROTECTED]> wrote:
> Hi all,
>
>  I have encounter a bug when trying to add some nasal script to an AI
>  model (on both FGFS 1.0.0 OSG from CVS and official plib release). It is
>  look like if I write a nasal snippet like this: "if(foo > 7)", the AI
>  model (called from an AI scenario) is not loaded.

Since you are editing an xml file, you have to be careful with some
characters, including the less-than sign.
You can either use CDATA section, write &lt; or reverse the condition.

-- 
Csaba/Jester

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to