]> git.tdb.fi Git - ext/subsurface.git/commit
Turn dive depth, temperature and duration into xml attributes
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Sep 2011 16:39:55 +0000 (09:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 5 Sep 2011 16:48:11 +0000 (09:48 -0700)
commit04c98344b3c50b58dcc62eeb6d13e11030eb662d
tree1eb1da977bf2d97a39673012e0f83a8a818d8154
parent5f79a804b925a8ffbcf933bb6fae4f764b518c8e
Turn dive depth, temperature and duration into xml attributes

This makes the xml save-file look way nicer: it's both smaller and
better organized.  Using individual xml nodes for random small details
is silly.

The duration even parses exactly the same, because it still ends up
being '.depth.duration' (now it's the 'duration' attribute of the dive
node, it used to be the 'duration' child node of the dive node).

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
parse-xml.c
save-xml.c