What are the different elements contain in xsl:stylesheet? - XSLT

What are the different elements contain in xsl:stylesheet?



- xsl:stylesheet is an element container that consists of the following types of elements:

- xsl:import: this is used to import the file from one place to another by using the command.

- xsl:include: this includes the libraries and the functions used in XSLT stylesheet language.

- xsl:strip-space: this is used to strip the additional space provided by the whitespaces, etc.

- xsl:output: this represents the output of the input that is being provided to the XSLT.

- xsl:key: this consists of the key that is used to open the protected files and documents.

- xsl:template: this is used to provide the template that can be included using the command.
Post your comment