XML and XSL
XML Stands for Extensible Markup Language. It is a SGML or tag like language similar to HTML. But tags can
have any name they want. XML is primarily a data storage and representation language. This website and even the
page you are seeing now use's XML and XSL. XSL is a style sheet language for
XML. XSL provides a means to display
the XML data in a Visual way so it makes sense or to convert the data into HTML form.
 |
Name: |
XML Tutorial |
| Author: |
Microsoft Inc. |
|
XML Tutorial from Microsoft. Topics include: XML Elements,Documents,Data Islands,DOM, and XML using C++. |
 |
Name: |
Applying XSL on the server side |
| Author: |
Web-O-Gramming |
|
This article describes how to use an ApplyXSL() function made by me to combine XML and XSL files so they can be viewed by browsers other than IE5. |