declare dt namespace as in original file

svn path=/branches/test/; revision=28672
This commit is contained in:
2014-06-30 01:06:36 +00:00
parent 6fd9083397
commit 8f1f2b21ab
+4 -1
View File
@@ -1,6 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time"
exclude-result-prefixes="dt">
<xsl:output method="xml" encoding="UTF-8" indent="yes" />
<!-- Do not copy non-HTML elements to output -->