projects
/
TestXSLT.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
after embedded library cleanup
[TestXSLT.git]
/
template.xslt
diff --git
a/template.xslt
b/template.xslt
index
0f49952
..
be93d95
100644
(file)
--- a/
template.xslt
+++ b/
template.xslt
@@
-4,7
+4,7
@@
<xsl:output method='html' version='1.0' encoding='utf-8' indent='no'/>
<xsl:template match="/">
-
+<xsl:copy-of select="node()"/>
</xsl:template>
</xsl:stylesheet>
\ No newline at end of file