Loading XML
-
- Posts: 1
- Joined: Thu Jun 25, 2009 9:49 pm
Loading XML
Does anyone know how to load XML onto the DS, or a way to just read in data from an outside file I would greatly appreciate the help.
-
- Site Admin
- Posts: 2003
- Joined: Tue Aug 09, 2005 3:21 am
- Location: UK
- Contact:
Re: Loading XML
For accessing files on SD have a look at the libfat examples, it's basically a matter of
As for xml, I've uploaded an arm build of mxml which I'll link to later - the SF file release pages are being a bit slow atm.
Code: Select all
#include <fat.h>
int main(int argc, char **argv) {
if ( fatInitDefault() ){
...
code uses stdio ( fopen, fread, fwrite etc )
...
}
}
Who is online
Users browsing this forum: No registered users and 1 guest