MSXML2::IXMLDOMDocument2Ptr CXMLParse::m_pXMLDoc  
MSXML2::IXMLDOMNodePtr m_pDocNode               
m_pXMLDoc.CreateInstance(__uuidof(MSXML2::DOMDocument40));                          
m_pXMLDoc->validateOnParse = VARIANT_FALSE;
m_pXMLDoc->async =  VARIANT_FALSE;

解决方案 »

  1.   

    第三句开始: 
    3.initialization  COM+ creates context objects.
    4.validateOnParse Property
    Indicates whether the parser should validate this document.Res
    Boolean. The property is read/write. If True, it validates during parsing. If False, it parses only for well-formed XML. The default is True.This member is an extension of the Worldwide Web Consortium (W3C) Document Object Model (DOM).5.async Property
    Specifies if asynchronous download is permitted.
      

  2.   

    show英文说明,出处是MSDN原版文件,不是胡诌的。
      

  3.   

    MSXML2::IXMLDOMDocument2Ptr CXMLParse::m_pXMLDoc //俩个作用域什么意思呀?作用域中其中一个作用域的m_pXMLDoc类?
      

  4.   

    MSXML2::IXMLDOMDocument2Ptr CXMLParse::m_pXMLDoc //俩个作用域什么意思呀?作用域中其中一个作用域的m_pXMLDoc类?