On 29/11/2010 15:17, [email protected] wrote:
How very interesting - but tell me, why did you decide to use the Output stream operator for Input as at first look that appears counterintuitive to me?
What do you mean ? This reads data using the input stream operator : xml::xifstream( "some.xml" ) >> xml::start( "root" ) >> data; This writes data using the output stream operator : xml::xofstream( "some.xml" ) << xml::start( "root" ) << data; Or am I missing something ? MAT.
