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. Output XML->HTML

Output XML->HTML

Scheduled Pinned Locked Moved XML / XSL
htmlxmlhelpquestion
3 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.
  • J Offline
    J Offline
    J Dunlap
    wrote on last edited by
    #1

    I made an XML report, but the problem is that some of the report viewers are using non-IE browsers, which usually don't understand XML. Is there a way to pre-parse/transform XML into HTML? There must be, because the XML is turned into HTML before being displayed in the browser.

    "Do unto others as you would have them do unto you." - Jesus
    "An eye for an eye only makes the whole world blind." - Mahatma Gandhi

    R J 2 Replies Last reply
    0
    • J J Dunlap

      I made an XML report, but the problem is that some of the report viewers are using non-IE browsers, which usually don't understand XML. Is there a way to pre-parse/transform XML into HTML? There must be, because the XML is turned into HTML before being displayed in the browser.

      "Do unto others as you would have them do unto you." - Jesus
      "An eye for an eye only makes the whole world blind." - Mahatma Gandhi

      R Offline
      R Offline
      Retsof Nawor
      wrote on last edited by
      #2

      If you write an XSLT style sheet you can use the MSXML (or most other) DOM to perform the transformation for you using DOMDocument::transformNode method...

      1 Reply Last reply
      0
      • J J Dunlap

        I made an XML report, but the problem is that some of the report viewers are using non-IE browsers, which usually don't understand XML. Is there a way to pre-parse/transform XML into HTML? There must be, because the XML is turned into HTML before being displayed in the browser.

        "Do unto others as you would have them do unto you." - Jesus
        "An eye for an eye only makes the whole world blind." - Mahatma Gandhi

        J Offline
        J Offline
        J Dunlap
        wrote on last edited by
        #3

        Open the XML doc in Internet Explorer. Select-all, then copy. Open up Frontpage, then paste. Simple, huh?

        "Do unto others as you would have them do unto you." - Jesus
        "An eye for an eye only makes the whole world blind." - Mahatma Gandhi

        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