#include "stdinc.h" void PrettyFormatXmlNodes( CSmartPointer Document, CSmartPointer &CurrentNode, int iLevel); void PrettyFormatXmlChildren( CSmartPointer Document, CSmartPointer &CurrentNode, CSmartPointer &LastNode, CString bStrText, int iLevel); HRESULT PrettyFormatXmlDocument( CSmartPointer Document );