The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

<xsl:stylesheet version="1.0"
<xsl:template match="*|@*|text()">
<xsl:copy>
<xsl:apply-templates select="*|@*|text()"/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>