<?xml version="1.0"?>
<xsl:stylesheet
  xmlns="http://www.w3.org/1999/xhtml"
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  xmlns:ws="http://joachim-breitner.de/2004/Website"
  xmlns:fl="http://joachim-breitner.de/2004/Filelist"
  xmlns:xi="http://www.w3.org/2003/XInclude"
  version="1.0"
>
<!-- This file is © 2006 Joachim Breitner. All Rights Reserved, but feel free to ask for a Free Licence (MIT, GPL): mail@joachim-breitner.de -->

<xsl:output method="text" />

<xsl:template match="/ws:website">
tmp/website.xml.stamp: xmls/website.xml <xsl:apply-templates/>
	touch "$@"
</xsl:template>

<xsl:template match="xi:include">xmls/<xsl:value-of select="@href"/><xsl:text> </xsl:text><xsl:apply-templates select="document(@href)"/></xsl:template>
<xsl:template match="text()"/>

</xsl:stylesheet>

