Differences

This shows you the differences between the selected revisions of the page.

2024-11-27 2026-01-16 (current)
msxsl is not available (martin) consistency (martin)
Line 502: Line 502:
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:winscp="http://winscp.net/schema/session/1.0"> <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:winscp="http://winscp.net/schema/session/1.0">
-    <xsl:output method="text" encoding="UTF-8"/> +    <xsl:output method="text" encoding="UTF-8"·/> 
-    <xsl:strip-space elements="*"/>+    <xsl:strip-space elements="*"·/>
    <xsl:template match='winscp:download[winscp:result[@success="true"]]/winscp:filename'>     <xsl:template match='winscp:download[winscp:result[@success="true"]]/winscp:filename'>
-        <xsl:value-of select="@value"/>+        <xsl:value-of select="@value"·/>
        <xsl:text>&#xa;</xsl:text>         <xsl:text>&#xa;</xsl:text>
    </xsl:template>     </xsl:template>

Last modified: by martin