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. Web Development
  3. ASP.NET
  4. How to Show XML File data in a HTML File?

How to Show XML File data in a HTML File?

Scheduled Pinned Locked Moved ASP.NET
csharphtmlasp-netxmltutorial
2 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
    pubududilena
    wrote on last edited by
    #1

    hi all, I have a XML File with Data(ab001.xml).Now I need to show all the data in a Web Form using C# and ASP.NET. Xml File is creating Dynamically.I need to show all data as HTML File. regards, pubudu

    P 1 Reply Last reply
    0
    • P pubududilena

      hi all, I have a XML File with Data(ab001.xml).Now I need to show all the data in a Web Form using C# and ASP.NET. Xml File is creating Dynamically.I need to show all data as HTML File. regards, pubudu

      P Offline
      P Offline
      Pankaj Kulkarni
      wrote on last edited by
      #2

      Hello I don't remember the exact code. But some guideline 1) You have to create - XMLDocument Object - XSLTransformation Object. For data presentation you must create XSLT file (assuming your Dynamic XML file's attributes are fixed) Using XSLTransform Object's Transform Method you can transform your XML data into HTML Format You have to Import 2 namespaces - System.Xml - System.Xml.Xsl Pankaj Kulkarni -- modified at 3:34 Thursday 9th February, 2006

      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