Example Discussion
This section explains the main() function for the example. The explanation is broken into three parts:
*creating a book object and serializing it to a file using an enhanced XML output stream
*reading the file back in and restoring the book object using an enhanced XML input stream
*printing out both the basic XML streams data for the book object and its more readable, enhanced XML stream version
For the complete example, see:
buildspace\examples\xmlstreams\xsltTransform\enhanced.cpp