rapidxml
std::basic_ostream<Ch>& rapidxml::operator<< ( std::basic_ostream< Ch > &  out,
const xml_node< Ch > &  node 
) [inline]

Prints formatted XML to given output stream. Uses default printing flags. Use print() function to customize printing process.

Parameters:
outOutput stream to print to.
nodeNode to be printed.
Returns:
Output stream.

References print().