About
Duplicate of XSL
Example
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0"
>
....
</xsl:stylesheet>
where:
- xmlns:xsl defines the xslt namespace
- version defines the version - defined the Xslt processor version that should be used
- 1.0
- 2.0