Help contents
XSLT flow charts
Supported languages
Visustin generates flow charts from XSLT stylesheets. Flowchart your XSLT templates to see how they work. Visustin supports XSL Transformations 1.0 along with XML 1.0 and 1.1.
Supported tags
- <xsl:if>
- <xsl:choose>, <xsl:when>, <xsl:otherwise>
- <xsl:for-each>
- <xsl:message>
- <xsl:template>
- <?xml encoding="encodingname"?>
- <!-- comment -->
Other tags are supported but have no specific visualization.
Specifics
- There is no connection between <xsl:apply-templates> or <xsl:call-template> and the respective <xsl:template>.
- Character encoding is detected automatically if <?xml encoding="encodingname"?> is found. The proper setting for Source encoding is Automatic.
©Aivosto Oy