Document Renderer
Developed for the specific purpose of converting form data from other formats into XML and XML to other data formats for processing within the system.
Enables transforming between XML and Java objects for processing and efficient storage of data.
Data is rendered using a SAX (simple api for XML) compliant parser. SAX is a simple API for parsing XML documents and almost all parsers support it.