summaryrefslogtreecommitdiffstats
path: root/styles/xhtml.xsl
blob: 9f2886323558b3c7965517c3b197be6f97ddc0a9 (plain)
1
2
3
4
5
6
<stylesheet version="1.0"
	xmlns="http://www.w3.org/1999/XSL/Transform">
	<template match="/">
		<copy-of select="."/>
	</template>
</stylesheet>