Skip to content

Reading & writing xml

basherone edited this page Dec 25, 2014 · 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