1
0
mirror of synced 2024-12-14 15:16:04 +03:00
doctrine2/manual/docbook/programlisting/id.xsl

13 lines
211 B
XML

<xsl:stylesheet
xmlns:xsl = "http://www.w3.org/1999/XSL/Transform"
version = "1.0">
<xsl:template match="node()">
<xsl:copy>
<xsl:apply-templates/>
</xsl:copy>
</xsl:template>
</xsl:stylesheet>