logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| logging_xml 2024-11-27 | logging_xml 2026-01-16 (current) | ||
| 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>
</xsl:text> | <xsl:text>
</xsl:text> | ||
| </xsl:template> | </xsl:template> | ||