format all xslt files
[jackhill/mal.git] / impls / xslt / test.xslt
index 6a3d76a..00f63d6 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
-    <xsl:template match="/">
-        <xsl:value-of select="current-dateTime()" />
-    </xsl:template>
+<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>