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#
  4. MSXML package

MSXML package

Scheduled Pinned Locked Moved C#
csharpxmlquestiondotnet
7 Posts 3 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.
  • G Offline
    G Offline
    George_George
    wrote on last edited by
    #1

    Hello everyone, 1. I am wondering what is the relationship between various C# XML types (e.g. XMLWriter, XPath, XMLDocument, XMLSerializer, etc.) and MSXML package? Does all the types just wrap and call the functons in MSXML package? 2. When install .Net Framework Runtime, MSXML will be installed automatically? thanks in advance, George

    N 1 Reply Last reply
    0
    • G George_George

      Hello everyone, 1. I am wondering what is the relationship between various C# XML types (e.g. XMLWriter, XPath, XMLDocument, XMLSerializer, etc.) and MSXML package? Does all the types just wrap and call the functons in MSXML package? 2. When install .Net Framework Runtime, MSXML will be installed automatically? thanks in advance, George

      N Offline
      N Offline
      N a v a n e e t h
      wrote on last edited by
      #2

      George_George wrote:

      various C# XML types (e.g. XMLWriter, XPath, XMLDocument, XMLSerializer, etc.)

      They are .NET framework classes and not C#. I don't know what you are asking. MSXML is a separate SDK which will be useful for JScript users. 2 - I think so.

      All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

      G 1 Reply Last reply
      0
      • N N a v a n e e t h

        George_George wrote:

        various C# XML types (e.g. XMLWriter, XPath, XMLDocument, XMLSerializer, etc.)

        They are .NET framework classes and not C#. I don't know what you are asking. MSXML is a separate SDK which will be useful for JScript users. 2 - I think so.

        All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia How to use google | Ask smart questions

        G Offline
        G Offline
        George_George
        wrote on last edited by
        #3

        Thanks N a v a n e e t h! You mean MSXML is a separate thing and has nothing with CLR XML related function (no dependencies)? regards, George

        S 1 Reply Last reply
        0
        • G George_George

          Thanks N a v a n e e t h! You mean MSXML is a separate thing and has nothing with CLR XML related function (no dependencies)? regards, George

          S Offline
          S Offline
          Spacix One
          wrote on last edited by
          #4

          Yep, you can use MSXML with C#, but then you have to deal with all of it's problems, which are normally worse than what you are trying to avoid.


          -Spacix All your skynet questions[^] belong to solved


          I dislike the black-and-white voting system on questions/answers. X|


          G 1 Reply Last reply
          0
          • S Spacix One

            Yep, you can use MSXML with C#, but then you have to deal with all of it's problems, which are normally worse than what you are trying to avoid.


            -Spacix All your skynet questions[^] belong to solved


            I dislike the black-and-white voting system on questions/answers. X|


            G Offline
            G Offline
            George_George
            wrote on last edited by
            #5

            Thanks Spacix, I am still a little confused. Does the C# XML classes (in more details CLR) dependent on MSXML? Or they are separate things (products/SDKs)? regards, George

            S 1 Reply Last reply
            0
            • G George_George

              Thanks Spacix, I am still a little confused. Does the C# XML classes (in more details CLR) dependent on MSXML? Or they are separate things (products/SDKs)? regards, George

              S Offline
              S Offline
              Spacix One
              wrote on last edited by
              #6

              They are 100% separate things, MSXML is legacy XML interface from a while back build into IE5.5 and still used for XML DOM in JScript along with MSHTML. Most people have used Msxml2 if you've messed with AJAX in IE. System.XML and MSXML are incompatabale data types. I don't know of, nor heard of a way to Marshal from one to the other.


              -Spacix All your skynet questions[^] belong to solved


              I dislike the black-and-white voting system on questions/answers. X|


              G 1 Reply Last reply
              0
              • S Spacix One

                They are 100% separate things, MSXML is legacy XML interface from a while back build into IE5.5 and still used for XML DOM in JScript along with MSHTML. Most people have used Msxml2 if you've messed with AJAX in IE. System.XML and MSXML are incompatabale data types. I don't know of, nor heard of a way to Marshal from one to the other.


                -Spacix All your skynet questions[^] belong to solved


                I dislike the black-and-white voting system on questions/answers. X|


                G Offline
                G Offline
                George_George
                wrote on last edited by
                #7

                Thanks Spacix, Question answered. regards, George

                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