Jonathan Polley writes: > > My end goal is to use XML to define the configuration files for a > series of applications. The first application may have the most > complicated configuration file. I need the file to contain type and > instance declarations. > > I *think* that XMl may be a solution to my problem, but I don't have > the experience that this group has. In the 30 seconds, or so, of free > time that I have each day, I am reading through the O'Reilly book > "Python and XML" (it is easier for me to do new things like this under > python).
If you are comfortable with Python You can define your objects in Python and then dump their XML representation :-) http://www-106.ibm.com/developerworks/xml/library/x-matters15.html?open&l=810,t=grx,p=rpc Norman _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
