summaryrefslogtreecommitdiffstats
path: root/styles/xhtml.xsl
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2013-03-07 00:08:36 +0100
committerpiernov <piernov@piernov.org>2013-03-07 00:08:36 +0100
commit7fac0f20beffe1a1b99351893add73d5eef33f2c (patch)
tree162c2ff1b2aa0709c2de26d0399106b1a5368708 /styles/xhtml.xsl
downloadRuDynFrame-7fac0f20beffe1a1b99351893add73d5eef33f2c.tar.gz
RuDynFrame-7fac0f20beffe1a1b99351893add73d5eef33f2c.tar.bz2
RuDynFrame-7fac0f20beffe1a1b99351893add73d5eef33f2c.tar.xz
RuDynFrame-7fac0f20beffe1a1b99351893add73d5eef33f2c.zip
Importation initiale du projetHEADmaster
Diffstat (limited to 'styles/xhtml.xsl')
-rw-r--r--styles/xhtml.xsl6
1 files changed, 6 insertions, 0 deletions
diff --git a/styles/xhtml.xsl b/styles/xhtml.xsl
new file mode 100644
index 0000000..9f28863
--- /dev/null
+++ b/styles/xhtml.xsl
@@ -0,0 +1,6 @@
+<stylesheet version="1.0"
+ xmlns="http://www.w3.org/1999/XSL/Transform">
+ <template match="/">
+ <copy-of select="."/>
+ </template>
+</stylesheet>