<?xml version="1.0" encoding="UTF-8"?>
<!-- 
(c) Copyright Klixo Limited. Unauthorised use, copying or distribution is prohibited. Current
	Klixo customers are authorised to use this script with the Klixo CMS.
Purpose:	Used to transform the Klixo page DOM into a Google Sitemap file
Date:		21-Feb-2006
Author:		dan@klixo.net.nz
Comments:	Use this script in conjunction with klixo_google_sitemap.xslt and the Klixo website manager
-->
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
	<xsl:template match="/">
		<xsl:copy-of select="."/>
	</xsl:template>
</xsl:stylesheet>
