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. MSXML 5.0 SDK

MSXML 5.0 SDK

Scheduled Pinned Locked Moved XML / XSL
question
5 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.
  • A Offline
    A Offline
    Andy H
    wrote on last edited by
    #1

    Does anyone know where I can obtain a copy of the MSXML 5.0 SDK?

    D 1 Reply Last reply
    0
    • A Andy H

      Does anyone know where I can obtain a copy of the MSXML 5.0 SDK?

      D Offline
      D Offline
      Dmitry Khudorozhkov
      wrote on last edited by
      #2

      As far as I know, MSXML 5 is not available for download. MSXML 6 SDK is available: http://www.microsoft.com/downloads/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&DisplayLang=en

      ------------------------- Don't worry, be happy :o)

      A 1 Reply Last reply
      0
      • D Dmitry Khudorozhkov

        As far as I know, MSXML 5 is not available for download. MSXML 6 SDK is available: http://www.microsoft.com/downloads/details.aspx?FamilyID=993c0bcf-3bcf-4009-be21-27e85e1857b1&DisplayLang=en

        ------------------------- Don't worry, be happy :o)

        A Offline
        A Offline
        Andy H
        wrote on last edited by
        #3

        Thanks for your reply. But according to MS's web site MSXML 6.0 does not cater for digitally signing an XML document which is what I need to be able to do. I need to: (1) Perform a C14N transform on the part of an XML doc. (2) Produce a Sha1 digest of the result from (1) above. (3) Convert the result from (2) above into a Base64 string. If anyone knows how to do this using MSXML 6.0 I would be very interested to hear. Otherwise, I need to know how to get hold of MSXML 5.0. Was MSXML 5.0 on any of the MSDN disks?

        S 1 Reply Last reply
        0
        • A Andy H

          Thanks for your reply. But according to MS's web site MSXML 6.0 does not cater for digitally signing an XML document which is what I need to be able to do. I need to: (1) Perform a C14N transform on the part of an XML doc. (2) Produce a Sha1 digest of the result from (1) above. (3) Convert the result from (2) above into a Base64 string. If anyone knows how to do this using MSXML 6.0 I would be very interested to hear. Otherwise, I need to know how to get hold of MSXML 5.0. Was MSXML 5.0 on any of the MSDN disks?

          S Offline
          S Offline
          Stefan Troschuetz
          wrote on last edited by
          #4

          Maybe the classes inside the System.Security.Cryptography.Xml namespace can help you. For example, there is a XmlDsigC14NTransform that is probably what you're looking for.


          "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

          www.troschuetz.de

          A 1 Reply Last reply
          0
          • S Stefan Troschuetz

            Maybe the classes inside the System.Security.Cryptography.Xml namespace can help you. For example, there is a XmlDsigC14NTransform that is probably what you're looking for.


            "Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rick Cook

            www.troschuetz.de

            A Offline
            A Offline
            Andy H
            wrote on last edited by
            #5

            Thanks for that information on the .NET namespace, with all respect I was already aware of that namespace, but I am not using .NET and cannot in the application for which I am writing. I am presently investigating the Apache library.

            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