
- Forum
- Programming Talk
- XML
- how to display xml in html?
how to display xml in html?
This is a discussion on how to display xml in html? within the XML forums, part of the Programming Talk category; how to display xml in html?...
-
how to display xml in html?
how to display xml in html?
-
You can use XSLT to render the page for you. A great tutorial can be found here.XSLT stands for XSL Transformations. In this tutorial you will learn how to use XSLT to transform XML documents into other formats, like XHTML.
www.w3schools.com
-
03-19-2007, 12:10 PM #3
- Join Date
- Mar 2007
- Answers
- 1
You can do so by embedding an XML tag in the HTML document which points to a datasource (meaning your xml document that contains the data) like so:And then you can use that datasource to display it inline with the HTML:The above example was taken from www.w3schools.com. Hope it helps.
-
04-05-2010, 08:13 AM #4
- Join Date
- Apr 2010
- Answers
- 1
yahoo is always there in best regards. yahoo is great
-
-
Embedding XML within a HTML document was referred by the term, XML Data Island. Since most of the browsers nowadays are capable of rendering XML instances, you are relieved that it would get displayed.
However, the rendering of XML data island would be as per the browser. In case, you wish to apply your own styles, you could make use of XSLT to render XML the way you want to.
-
yahoo is great yahoo is always there in best regards.
-
thanks for the site...def will come in handy
-
Sponsored Ads

Reply With Quote






