Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-29 | Turn the XML into something almost parseable. | Linus Torvalds | |
Of course, now the problem is that the different XML files have different node names, but at least we've turned it into a half-way sane format, and have a nice callback place per value. Soon we could use that to actually fill in useful information. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | |||
2011-08-28 | Add crazy (bad) xml parser thing | Linus Torvalds | |
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> |