Skip to content

Reading & writing xml

badlogic edited this page Sep 14, 2013 · 1 revision

XmlReader(code) parses XML into a simple DOM. It can also do event based parsing.

XmlWriter (code) uses a stack based API to emit XML.

Relevant blog post

Table of Contents

Wiki Style Guide

Clone this wiki locally