diff options
Diffstat (limited to 'styles/xhtml.xsl')
-rw-r--r-- | styles/xhtml.xsl | 6 |
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> |