Class PlainTextXMLReader

java.lang.Object
org.xhtmlrenderer.demo.browser.PlainTextXMLReader
All Implemented Interfaces:
XMLReader

public class PlainTextXMLReader extends Object implements XMLReader
Read plain text file as if it was xml with a text-tag around it.

Fulfills minimum requirements.

Maybe not the easiest way to do this :-)