Explanation XSL Transformation what is: XSLT Extensible Stylesheet Language Transformation (XSL Transformation). XSLT defines how XML should be formatted on a web page.Relevant links: www.w3.org/TR/xslt - W3C Recommendations for XSL Transformations (XSLT) Version 1.0
- Define XML Schema Definition (Language):
- Use XSD XML Schema Definition (language). Used to define the schema for an XML document.An XSD file will have a .xsd file extension xsl transformation definition.
- Define XML Paper Specification:
- Use XPS XML Paper Specification. A document specification format from Microsoft. http://www.microsoft.com/whdc/xps/default.mspx - XML Paper Specification Overview from Microsoft xsl transformation explain.