Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. XML / XSL
  4. MSXML4: Cannot load XML

MSXML4: Cannot load XML

Scheduled Pinned Locked Moved XML / XSL
xmltutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    arun1405
    wrote on last edited by
    #1

    Hi, I am trying to load the following XML through MSXML4 APIs. But it does not load. It says "Reference to undeclared namespace prefix 'ns0'". The code is: CComBSTR bstrXML = "Arun"; MSXML2::IXMLDOMDocumentPtr pDoc(__uuidof(MSXML2::DOMDocument30)); VARIANT_BOOL b1 = pDoc->loadXML(bstrXML.m_str); Could anyone tell me how to resolve this ? Thanks in advance, Arun.

    M 1 Reply Last reply
    0
    • A arun1405

      Hi, I am trying to load the following XML through MSXML4 APIs. But it does not load. It says "Reference to undeclared namespace prefix 'ns0'". The code is: CComBSTR bstrXML = "Arun"; MSXML2::IXMLDOMDocumentPtr pDoc(__uuidof(MSXML2::DOMDocument30)); VARIANT_BOOL b1 = pDoc->loadXML(bstrXML.m_str); Could anyone tell me how to resolve this ? Thanks in advance, Arun.

      M Offline
      M Offline
      Marc Soleda
      wrote on last edited by
      #2

      I couldn't replicate it but i'd try: - Change DOMDocument30 to DOMDocument40 if you don't have a good reason to not to do it. - Have you added using namespace MSXML2; Marc Soleda. ... she said you are the perfect stranger she said baby let's keep it like this... Tunnel of Love, Dire Straits.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups