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-28.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-28.xml')
-rw-r--r-- | dives/2011-08-28.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dives/2011-08-28.xml b/dives/2011-08-28.xml index a94883589..1adb0fb23 100644 --- a/dives/2011-08-28.xml +++ b/dives/2011-08-28.xml @@ -1,3 +1,4 @@ +<dives> <dive> <number>1</number> <size>266</size> @@ -32875,3 +32876,4 @@ <event type="9" time="14" flags="0" value="0">surface</event> </sample> </dive> +</dives> |