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. C / C++ / MFC
  4. XML Parsing

XML Parsing

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++xmljsontutorial
5 Posts 5 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.
  • S Offline
    S Offline
    swaapu
    wrote on last edited by
    #1

    Hi!! Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING. i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions. Thanx "If you change then change for the good."

    T K J 3 Replies Last reply
    0
    • S swaapu

      Hi!! Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING. i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions. Thanx "If you change then change for the good."

      T Offline
      T Offline
      ThatsAlok
      wrote on last edited by
      #2

      swaapu wrote:

      i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions.

      look for CMarkUp class here at CP, that will sort out your problem :)

      "Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow

      cheers, Alok Gupta VC Forum Q&A :- I/ IV

      1 Reply Last reply
      0
      • S swaapu

        Hi!! Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING. i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions. Thanx "If you change then change for the good."

        K Offline
        K Offline
        kakan
        wrote on last edited by
        #3

        swaapu wrote:

        Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING.

        Read the documentation for MSXML/Microsoft XML Core Services. And check out the samples.

        1 Reply Last reply
        0
        • S swaapu

          Hi!! Can anybody tell me . what is IXMLDOMDocument or IXMLDOMDocumentPtr?? And how is it related with xml pARSING. i want to convert my old ini files into xml files by using XML Parsing functions in an MFC SDI application. I had done the conversion by using old C Functions, but how to do it using MFC functions. Thanx "If you change then change for the good."

          J Offline
          J Offline
          jhwurmbach
          wrote on last edited by
          #4

          swaapu wrote:

          IXMLDOMDocument or IXMLDOMDocumentPtr

          are Types used in Microsofts bloated COM-operated XML-DOM-parser. I hate this thing, I find it totally unusable. If you only want short ini-filies XMLized I would recommend a smaller parser (like CMarkup[^] I really liked their versions up until 6 and have no idead of the bloat-factor till then. Another alternative would be Xerxes, which, while also being huge, i feel has a much better interface than MSXML.


          "We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation." -- Caius Petronius, Roman Consul, 66 A.D.

          L 1 Reply Last reply
          0
          • J jhwurmbach

            swaapu wrote:

            IXMLDOMDocument or IXMLDOMDocumentPtr

            are Types used in Microsofts bloated COM-operated XML-DOM-parser. I hate this thing, I find it totally unusable. If you only want short ini-filies XMLized I would recommend a smaller parser (like CMarkup[^] I really liked their versions up until 6 and have no idead of the bloat-factor till then. Another alternative would be Xerxes, which, while also being huge, i feel has a much better interface than MSXML.


            "We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation." -- Caius Petronius, Roman Consul, 66 A.D.

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            TinyXML[^] is meant to be good (but IIRC the Unicode support is poor).

            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