Re: [Flightgear-devel] Loading an XML file using EasyXML

2004-08-20 Thread Jon S Berndt
On Fri, 20 Aug 2004 22:01:43 +0200 "Frederic Bouvier" <[EMAIL PROTECTED]> wrote: I think Jon wants to preserve the current JSBsim syntax and not use the property syntax. -Fred Well, perhaps. The thing is, certain items that would be parsed from the configuration file, such as landing gear, aero c

Re: [Flightgear-devel] Loading an XML file using EasyXML

2004-08-20 Thread Frederic Bouvier
Erik Hofman wrote: > Jon S Berndt wrote: > > > So, my question is: What is the philosophy behind loading various > > classes with their own data from the config file using EasyXML callbacks? > > You could store the data into a property tree and let every subsystem > scan it's own directory. This t

Re: [Flightgear-devel] Loading an XML file using EasyXML

2004-08-20 Thread Jon S Berndt
On Fri, 20 Aug 2004 21:40:28 +0200 Mathias Fröhlich <[EMAIL PROTECTED]> wrote: On Freitag, 20. August 2004 21:10, Jon S Berndt wrote: But also an aircraft is built like such a tree. The top node is the Some aircraft are even built OUT OF trees. ;-) aircraft itself. This one has a flightcontrolsy

Re: [Flightgear-devel] Loading an XML file using EasyXML

2004-08-20 Thread Mathias Fröhlich
On Freitag, 20. August 2004 21:10, Jon S Berndt wrote: > So, my question is: What is the philosophy behind loading various > classes with their own data from the config file using EasyXML > callbacks? This kind of xml parsers is designed to build a 'tree' of objects representing the data stored i

Re: [Flightgear-devel] Loading an XML file using EasyXML

2004-08-20 Thread Erik Hofman
Jon S Berndt wrote: So, my question is: What is the philosophy behind loading various classes with their own data from the config file using EasyXML callbacks? You could store the data into a property tree and let every subsystem scan it's own directory. This tree could be detached from the main

Re: [Flightgear-devel] Loading an XML file using EasyXML

2004-08-20 Thread Jon S Berndt
On Fri, 20 Aug 2004 20:55:18 +0200 Mathias Fröhlich <[EMAIL PROTECTED]> wrote: On Freitag, 20. August 2004 18:48, Jon S Berndt wrote: Can someone tell me what the process is once a file has been opened and is being parsed by EasyXML? What do the callbacks do ... what is the standard procedure for

Re: [Flightgear-devel] Loading an XML file using EasyXML

2004-08-20 Thread Mathias Fröhlich
On Freitag, 20. August 2004 18:48, Jon S Berndt wrote: > Can someone tell me what the process is once a file has been opened > and is being parsed by EasyXML? What do the callbacks do ... what is > the standard procedure for reading in the attibutes and elements and > data? See: http://www.simgear

[Flightgear-devel] Loading an XML file using EasyXML

2004-08-20 Thread Jon S Berndt
Can someone tell me what the process is once a file has been opened and is being parsed by EasyXML? What do the callbacks do ... what is the standard procedure for reading in the attibutes and elements and data? Jon ___ Flightgear-devel mailing list [