1
0
Fork 0
flightgear/utils
ehofman b4ab5242ec Change the low level internals of the xml library to reflect the following;
* rewrite the code to always recursively walk the node tree when searching
    for a particular node. this is required for cases where a node with a
    particular name is located deeper in a node with the same name;
    for example -r /configuration/device/reference/device would fail in the
    previous verion
  * rename xmlGetElement to xmlGetNodeNum and add the possibility to request
    the nth node with this name
  * rename xmlGetNumElements to xmlGetNumNodes

The drawback is that this is approach slows down processing the files a bit,
but at least it can now find any xml node in any xml file.
Also, no more function changes are planned from now on.
2008-07-19 12:18:05 +00:00
..
fgadmin Move the project to /Projects/VC7.1 2006-12-16 14:12:52 +00:00
GPSsmooth Fixes for compiling with gcc 4.3 2008-04-13 21:12:36 +00:00
gui shut up 2005-07-08 08:18:34 +00:00
js_server new FSF address 2006-02-21 01:16:04 +00:00
metarproxy - allow multiple spaces in the environment variable 2006-03-09 21:38:39 +00:00
Modeller final cosmetics (because I had posted the web-cvs link to the blender list/forum :-) 2008-03-10 16:31:02 +00:00
syntax add abort() 2008-06-19 17:25:14 +00:00
TerraSync cygwin related fixes, and some minor future release related maintenance 2008-02-04 20:03:52 +00:00
xmlgrep Change the low level internals of the xml library to reflect the following; 2008-07-19 12:18:05 +00:00
.cvsignore Hide more generated files. 2002-12-04 12:01:17 +00:00
Makefile.am Updates in preparation for the v0.9.9 coming sometime [hopefully] soon. 2005-11-06 02:40:08 +00:00