<xsl:stylesheet exclude-result-prefixes="xs" version="2.0" xpath-default-namespace="http://www.daisy.org/z3986/2005/dtbook/"> <xsl:output indent="yes"/> <xsl:template match="@*|node()"> <xsl:copy> <xsl:apply-templates select="@*|node()"/> </xsl:copy> </xsl:template> <xsl:template match="//sidebar//sidebar"> <xsl:apply-templates/> </xsl:template> </xsl:stylesheet>