]> git.tdb.fi Git - ext/subsurface.git/commit
Turn the XML into something almost parseable.
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Aug 2011 00:51:54 +0000 (17:51 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Aug 2011 00:51:54 +0000 (17:51 -0700)
commit77ce61644b414fc4c6596321764aa586b923178a
treed0e16128090cc4651ed57f8802420014df801864
parentfb214b2b3918120f0cd5aebe7c48a7482d1c1276
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>
Makefile
parse.c