TinyXML

From WiiBrew
Jump to navigation Jump to search
TinyXML
Tinyxml.jpg
General
Ported bySlappy
TypeLibrary
Version1.01
Links
Download
Website
ARCHIVISTS NEEDED
This homebrew application currently contains an invalid download link. It was either not caught in the web archive or on a forum that required registration to download files; which the Wayback Machine cannot index.

PLEASE PROVIDE A NEW DOWNLOAD IF YOU HAVE THIS APPLICATION.

TinyXML (Wii) is a port of TinyXML for Nintendo Wii.

Info

TinyXML is a simple, small, C++ XML parser that can be easily integrating into other programs.

TinyXML has evolved from community feedback and become the work of many contributors. It is a simple, stable, basic XML parser used by many open source and commercial products.


For aditional information see Online Documentation[1]: including sample code, general information, and an API reference.

or

Download the latest source release on Sourceforge[2]. The release contains the source code, demo code, and all the documentation. It is written in OS independent C++.

Version

Version 1.01 (first public version)

This port of TinyXML is based on TinyXML 2.2.1 although newer version can exists on official site.

If someone needs newer version of this port contact me or update this library and this page.

Usage

Copy libTinyXML.a to your DEVKITPRO/libogc/lib/wii directory and tinyxml.h from include directory to your DEVKITPRO/libogc/include

TinyXML Wii relies on libfat so do not forget to init it properly before using TinyXML!!!

See included example (in test/example) for basic functionality of TinyXML.

Download