Pages

Google Search Engine

Saturday, June 26, 2010

XSL -XML

XSL

What is XSL
?
XSL is a family of recommendations for defining XML document transformation and presentation.

It consists of three parts:

  1. XSL Transformations (XSLT)
    a language for transforming XML

  2. 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)

  3. 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