Project

Profile

Help

Is streaming not supported by SEF files? » sheet1.xsl

Martin Honnen, 2020-09-11 17:44

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
exclude-result-prefixes="#all"
version="3.0">
<xsl:mode on-no-match="shallow-copy" streamable="yes"/>
<xsl:template match="node()">
<xsl:comment expand-text="yes">Processing {node-name()} at {position()}</xsl:comment>
<xsl:next-match/>
</xsl:template>
</xsl:stylesheet>
(1-1/3)