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:importxsl:includexsl:strip-spacexsl:preserve-spacexsl:outputxsl:keyxsl:decimal-formatxsl:namespace-aliasxsl:attribute-setxsl:variablexsl:paramxsl:template
other alternative , CSS
other post :
No comments:
Post a Comment