Mini-XML

Mini-XML is a library ported for Wii to load and save XML config files in your gc/wii apps.

Mini-XML
General
Author(s)Matthew Sweet
Ported bybeardface
TypePorted Libraries
Version2.5
LicenceGNU LGPL
Links
Download
Website

Install

Option 1:

  • copy mxml/include/mxml.h to $(DEVKITPPC)/libogc/include
  • copy mxml/lib/libmxml.a to $(DEVKITPPC)/libogc/lib/*/

Option 2:

  • setup your Makefile to use the mxml dir for the libs and includes

Running the test

Use wiiload to run mxml-wii.elf/dol on your Wii. It will create test_file.xml and save/load to verify it works.

Or, you can make a directory and use the HBC.

Usage

You need to use libfat to make libmxml work.

Include these for mxml:

#include <fat.h>
#include "mxml.h"

See main.cpp in the source file for example.

Add the extra libraries to link with the project in your Makefile:

LIBS := -lfat -lmxml ...

Documentation

Tons of doc at http://www.minixml.org