]> git.mxchange.org Git - simgear.git/commit
- fix bug where a property tree saved with writeProperties() and read back
authormfranz <mfranz>
Sun, 6 May 2007 17:33:15 +0000 (17:33 +0000)
committermfranz <mfranz>
Sun, 6 May 2007 17:33:15 +0000 (17:33 +0000)
commit414f1c27e4e1e937675ae8ffbf0fffbb2cb3304a
tree89f1d156fc5f5e38ff5beabfb789a62b296d777b
parentc76e2eb900714b3fa41cf900eacc2471f7e6586c
- fix bug where a property tree saved with writeProperties() and read back
  in with readProperties() would not look the same, because element indices
  of '0' were even dropped when a node has a "secret" value *and* children

- introduce "omit-node" modifier attribute for the "include" attribute.
  This inserts the given file in place of the including node, while the
  node is dropped. This is desirable for multiple includes (which can't
  be done by multiply using the "include" attribute, as this isn't valid
  XML spec syntax)
simgear/props/props_io.cxx