* Greg Hawkes -- Thursday 01 May 2008:
> What is very odd is that the tab characters were /outside/ the <port>
> element. The XML parser should not have confused text (including
> whitespace) between elements with the text within elements. 

Nope. The XML parser is spec compliant and it's *right*. XML allows
things like  <title>The <bold>FlightGear</bold> simulator</title>,
so the parser allows it as well. But because parts like "The "
aren't useful for FlightGear's <PropertyList>s, the standard XML
reader ignores them.

The traffic manager parts don't use <PropertyList>s, though, but rolls
it's own XML reader. And that's apparently buggy. Just another reason
why using the proved and maintained methods is preferable.

m.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Flightgear-users mailing list
Flightgear-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-users

Reply via email to