What is XSL?
XSL is a family of recommendations for defining XML document transformation and presentation.
It consists of three parts:
- XSL Transformations (XSLT)
a language for transforming XML - XML Path Language (XPath)an expression language used by XSLT to access or refer to parts of an XML document. (XPath is also used by the XML Linking specification)
- XSL Formatting Objects (XSL-FO)
an XML vocabulary for specifying formatting semantics
xsl:stylesheet element may contain the following types :
xsl:import
xsl:include
xsl:strip-space
xsl:preserve-space
xsl:output
xsl:key
xsl:decimal-format
xsl:namespace-alias
xsl:attribute-set
xsl:variable
xsl:param
xsl:template
other alternative , CSS
other post :
No comments:
Post a Comment