]> git.mxchange.org Git - simgear.git/commit
Put unused attributes in the property tree while parsing.
authorThomas Geymayer <tomgey@gmail.com>
Sat, 8 Feb 2014 18:10:26 +0000 (19:10 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Sat, 8 Feb 2014 18:12:17 +0000 (19:12 +0100)
commit13ae2f08eeaae9b4e8484ba10fc3cf55cec132b4
tree5b8a5029e2055cae1c4e6c97ed5308540ff18b74
parent3e8aeccc8735df1a83b6cbc5fc0b9f34fbd92044
Put unused attributes in the property tree while parsing.

Store unhandled xml attributes in a subnode named _attr_ for each
node on parsing propertylist files. This allows retrieving them at
a later stage where there is no access to the source xml file any
more.
simgear/props/props_io.cxx