1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-27 14:52:16 +03:00
mal/impls/xslt/test.xslt
2020-05-30 23:37:21 +04:30

7 lines
230 B
HTML

<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:template match="/">
<xsl:value-of select="current-dateTime()"/>
</xsl:template>
</xsl:stylesheet>