Framework Component - Valid XML Document generator

Posted by dmillman on 02-Jan-2008 08:08

This demonstrates a sample posting of an entry for the contest. The entry is a simple utility that allows XML documents to be constructed in a valid format, this is done using an underlying StringBuffer rather than an expensive DOM instance. The entry consists of 2 Eclipse projects, these being:

XMLStream.zip - this is an Eclipse project that contains the source code for the utility, the main code to look at is XMLOutputStreamFactory that creates an instance of the XMLOutputStream that is used to create well formed documents.

XMLStreamSamples.zip - this is a project that contains a sample for creating a sample document, see com.sonicsw.samples.simpleXMLDocument.

Rules_PSDN_SonicCodeshareIncentivesV8.1-Agreed.doc

XMLStream.zip

XMLStreamSample.zip

All Replies

This thread is closed