What is the use of Stylesheet in XSL?
What is the use of Stylesheet in XSL?
- The stylesheet provides the look and feel of the template that comes in the format of XML file.
- The stylesheet consist of information that is in advanced level and shown on pagination and margins.
- It is represented using the xsl tag and having the template parameter associated with it.
<xsl:template match="FX">
<fo:block font-weight="bold">
<xsl:apply-templates/>
</fo:block>
</xsl:template>
- It provides the transformation of the instances used in DTD that is designed for the display on the web.