XSL - Stylesheet

Card Puncher Data Processing

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

Documentation / Reference





Discover More
Card Puncher Data Processing
XSLT - Output (Html, )

In the For method the default value is xml the others values can be either text or html (to produce HTML-compatible output) When you specify XML output, you can add the indent attribute to...
Card Puncher Data Processing
XSLT - Version

The version of the XSLT specification can be seen in the stylesheet In xpath:



Share this page:
Follow us:
Task Runner