diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-28 17:24:53 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-08-28 17:24:53 -0700 |
commit | fb214b2b3918120f0cd5aebe7c48a7482d1c1276 (patch) | |
tree | b8540661310fccdb824daf26161558fe41ab1b30 /dives/2011-08-06.xml | |
parent | ed45f7cb140a508b6f661f75b2c4803686b0e379 (diff) | |
download | subsurface-fb214b2b3918120f0cd5aebe7c48a7482d1c1276.tar.gz |
Make the multi-dive files valid XML
They had multiple "root" entries (all called 'dive'), which makes baby
Jesus cry.
So just enclose them all in one root entry (called 'dives') that
magically turns it all into parseable xml.
Yeah, that really helps make the world a better place.
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'dives/2011-08-06.xml')
-rw-r--r-- | dives/2011-08-06.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dives/2011-08-06.xml b/dives/2011-08-06.xml index 8a110c596..d96f06dca 100644 --- a/dives/2011-08-06.xml +++ b/dives/2011-08-06.xml @@ -1,3 +1,4 @@ +<dives> <dive> <number>1</number> <size>767</size> @@ -34070,3 +34071,4 @@ <event type="9" time="15" flags="0" value="0">surface</event> </sample> </dive> +</dives> |