Mini-XML
This is an old revision of this page, as edited by Crayon (talk | contribs) at 22:13, 16 October 2009. It may differ significantly from the current revision. |
Mini-XML is a library ported for Wii to load and save XML config files in your GameCube/Wii apps.
Mini-XML | |
General | |
---|---|
Author(s) | Matthew Sweet |
Type | Ported Libraries |
Version | 2.6 |
Licence | GNU LGPL |
Links | |
Download | |
Website | |
Source |
Install
Option 1:
- copy /include/mxml.h to $(DEVKITPPC)/libogc/include
- copy /lib/libmxml.a to $(DEVKITPPC)/libogc/lib/*/
Option 2:
- setup your Makefile to use the mxml dir for the libs and includes
Usage
You need to use libFAT to make libmxml work.
Include these for mxml:
#include <fat.h>
#include "mxml.h"
Add the extra libraries to link with the project in your Makefile:
LIBS := -lfat -lmxml ...
Documentation
Tons of doc at http://www.minixml.org