Friday 13 January 2012

Ways to display XML data on browser


  • Open the xml file from IE
  • Open XML file from IE using XSL
  • Use jQuery to load the whole XML file into a container
  • Use jQuery to parse the XML file into a container
  • Display the XML file (with/without XSL) in an iframe tag of the HTML file
       e.g. <iframe src="test.xml" scrolling="no" frameborder="0"></iframe>


No comments:

Post a Comment