BSTR b(m_spCurrentNode->childNodes->item[i]->nodeName);
CString s(b == NULL ? L"" : b);
strCurNodeName.Format(_T("%s"), (LPCTSTR)s);