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. Convert Word to XML?

Convert Word to XML?

Scheduled Pinned Locked Moved XML / XSL
csharpasp-netxmlhelpquestion
5 Posts 3 Posters 2 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.
  • T Offline
    T Offline
    theJazzyBrain
    wrote on last edited by
    #1

    Hi CPians, I need to convert Word docs and Excel to XML. The problem is that I need to do this in my ASP.NET application. I am not looking for an application that does this. I need information on how I can implement it myself. I have been looking around but haven't found anything usefull. Anyone has any idea? any links ? Thanx! |---------------| | theJazzyBrain  | |---------------|

    P 1 Reply Last reply
    0
    • T theJazzyBrain

      Hi CPians, I need to convert Word docs and Excel to XML. The problem is that I need to do this in my ASP.NET application. I am not looking for an application that does this. I need information on how I can implement it myself. I have been looking around but haven't found anything usefull. Anyone has any idea? any links ? Thanx! |---------------| | theJazzyBrain  | |---------------|

      P Offline
      P Offline
      Philip Fitzsimons
      wrote on last edited by
      #2

      two solutions 1) get word to save the doc as html and convert that 2) use automation to generate an xml documnet directly.


      "When the only tool you have is a hammer, a sore thumb you will have."

      T S 2 Replies Last reply
      0
      • P Philip Fitzsimons

        two solutions 1) get word to save the doc as html and convert that 2) use automation to generate an xml documnet directly.


        "When the only tool you have is a hammer, a sore thumb you will have."

        T Offline
        T Offline
        theJazzyBrain
        wrote on last edited by
        #3

        I new about saving as HTML etc... and this is not good for me, but automation seems to be what I need.:-D It looks as if I have to spend some time on reading about automation, haven't used it before.:confused: But I guess this is what soft. dev. is all about!!;P;P;P Thanx! |---------------| | theJazzyBrain  | |---------------|

        1 Reply Last reply
        0
        • P Philip Fitzsimons

          two solutions 1) get word to save the doc as html and convert that 2) use automation to generate an xml documnet directly.


          "When the only tool you have is a hammer, a sore thumb you will have."

          S Offline
          S Offline
          Stephane Rodriguez
          wrote on last edited by
          #4

          In case you didn't know, html is a different thing than xml. Office Xp provides both xml and html support, for import and export. And these are different namespaces and file formats. For instance, Excel XP outputs a spreadsheet to either .xml using the internal XML-SS file format, or the VML+MSO based .html web archive.

          P 1 Reply Last reply
          0
          • S Stephane Rodriguez

            In case you didn't know, html is a different thing than xml. Office Xp provides both xml and html support, for import and export. And these are different namespaces and file formats. For instance, Excel XP outputs a spreadsheet to either .xml using the internal XML-SS file format, or the VML+MSO based .html web archive.

            P Offline
            P Offline
            Philip Fitzsimons
            wrote on last edited by
            #5

            i guess thats why they are spelt different ;P


            "When the only tool you have is a hammer, a sore thumb you will have."

            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