tdf#106867: Unit test for the export of embedded videos.
[LibreOffice.git] / extras / util / compact.xsl
bloba54c7c9a3680f4d3c3d61e5c3f8bc38a4cbbef28
1 <xsl:stylesheet version="1.0"
2 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
4 <xsl:output method="xml" omit-xml-declaration="yes"/>
6 <xsl:strip-space elements="*"/>
8 <xsl:template match="@*|node()">
9 <xsl:copy>
10 <xsl:apply-templates select="@*|node()"/>
11 </xsl:copy>
12 </xsl:template>
14 </xsl:stylesheet>