summaryrefslogtreecommitdiffstats
path: root/windows.c
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-12-18 18:30:31 -0800
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2011-12-18 18:34:02 -0800
commit34dcc119fe899f98395cb97d847040d384a8b861 (patch)
treecea4a1e3ded12473b41791aa525420daa1625858 /windows.c
parent11495bbb2bba6e3cdb69078625dc7c90bc443c39 (diff)
downloadsubsurface-34dcc119fe899f98395cb97d847040d384a8b861.tar.gz
parse-xml: read the file into memory separately
Using xmlParseFile() was simple, but I'm planning on extending the file parsing past just XML, since we want to be able to import other formats too. And quite frankly, that means that we'll want to read the file into memory to look at it before we start parsing it. We could decide do it by file extensions too, and I'll look at that approach as well, but regardless of how we do things it's almost certainly a good idea to do the file access in one place. The XML parsing might as well happen from a memory buffer instead anyway. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'windows.c')
0 files changed, 0 insertions, 0 deletions