GroboUtilXML version
1.1.0 About Util-XMLAuthor:Matt Albrecht
This sub-project simply contains a single utility for converting standard
text into XML-escaped strings, without the need for DOM heavyweight libraries.
Since XML documents are easier to create in code than they are to parse, some
applications don't want to carry around the memory intensive version of their
XML document in a DOM model; all they want is to output it immediately
to a file.
|