Chapter 1. Introduction

1.1. Purpose

RegexXMLReader exists to facilitate turning an arbitrary text document into XML by implementing the XMLReader interface. This basically means that given a special XML stylesheet and text file, the RegexXMLReader will read in the text document and generate SAX events, SAX events which can be read by a transformation engine, a custom application, or an XML serializer, for example.