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 html file to xml file

convert html file to xml file

Scheduled Pinned Locked Moved XML / XSL
htmlxmlhelp
5 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.
  • P Offline
    P Offline
    praveen pandey
    wrote on last edited by
    #1

    hi i need to convert a html file to xml file. please help me. the part of html file is following:

    Phonetics of the Names

    Name: mcmillan
    Phonetic: m-ai-k-m-i-l-a-n


    Name: mike
    Phonetic: m-aa-i-k


    thanks.

    G 1 Reply Last reply
    0
    • P praveen pandey

      hi i need to convert a html file to xml file. please help me. the part of html file is following:

      Phonetics of the Names

      Name: mcmillan
      Phonetic: m-ai-k-m-i-l-a-n


      Name: mike
      Phonetic: m-aa-i-k


      thanks.

      G Offline
      G Offline
      George L Jackson
      wrote on last edited by
      #2

      Your HTML needs to conform to XHTML schema (http://www.w3.org/MarkUp/[^]) For example, <br> needs to be change to <br /> George

      P 1 Reply Last reply
      0
      • G George L Jackson

        Your HTML needs to conform to XHTML schema (http://www.w3.org/MarkUp/[^]) For example, <br> needs to be change to <br /> George

        P Offline
        P Offline
        praveen pandey
        wrote on last edited by
        #3

        thanks for reply my xml should look like following mcmillan m-ai-k-m-i-l-a-n mike m-aa-i-k can u give me some sample code to get this format that will be more helpful for me. thanks again.

        G 1 Reply Last reply
        0
        • P praveen pandey

          thanks for reply my xml should look like following mcmillan m-ai-k-m-i-l-a-n mike m-aa-i-k can u give me some sample code to get this format that will be more helpful for me. thanks again.

          G Offline
          G Offline
          George L Jackson
          wrote on last edited by
          #4

          No, I am not supplying you any sample code! You can do this yourself since the HTML document is text using Regular Expressions, and string and text functions of a programming language. If you want to use the XML/XSLT libraries, you must change the HTML into an XHTML document so you can parse the HMTL using XML or transform the document using XSLT. Or, you can load the text file into an editor and do it manually. Yes, I said it! Manually!

          P 1 Reply Last reply
          0
          • G George L Jackson

            No, I am not supplying you any sample code! You can do this yourself since the HTML document is text using Regular Expressions, and string and text functions of a programming language. If you want to use the XML/XSLT libraries, you must change the HTML into an XHTML document so you can parse the HMTL using XML or transform the document using XSLT. Or, you can load the text file into an editor and do it manually. Yes, I said it! Manually!

            P Offline
            P Offline
            praveen pandey
            wrote on last edited by
            #5

            thanks for valuable suggestions.

            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