This website requires JavaScript.
Explore
Help
Sign in
mifr
/
subsurface
Watch
1
Star
0
Fork
You've already forked subsurface
0
mirror of
https://github.com/subsurface/subsurface.git
synced
2024-12-03 15:43:09 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
ee35716ec7
subsurface
/
Makefile
3 lines
90 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2011-08-28 23:58:26 +00:00
parse
:
parse
.
c
Turn the XML into something almost parseable. 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-30 00:51:54 +00:00
gcc -Wall -g -o parse
`
xml2-config --cflags
`
parse.c
`
xml2-config --libs
`
Reference in a new issue
Copy permalink