]> git.tdb.fi Git - ext/subsurface.git/commit
Add crazy (bad) xml parser thing
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Aug 2011 23:58:26 +0000 (16:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Aug 2011 23:58:26 +0000 (16:58 -0700)
commited45f7cb140a508b6f661f75b2c4803686b0e379
treef4e3111113844e2a9ec44f027ae80f147dc41dd9
parent857e153070aee4383a82342a41caf0c5a0f8d700
Add crazy (bad) xml parser thing

It only works for the Suunto "one xml file per dive" format, not for the
libdivecomputer one that just puts many dives in one file.

Maybe there is some way for libxml2 to handle concatenated xml files
(start again on errors), but I don't know it yet.

I need to get stinking drunk before I look at more xml mess.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile [new file with mode: 0644]
parse.c [new file with mode: 0644]