Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4e3e96a1d047411455a54613ca4b20ae > files > 33

perl-XML-XSLT-0.480.0-3.mga4.noarch.rpm

<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

  <xsl:template match='*|comment()|processing-instruction()'>
    <xsl:copy>
      <xsl:apply-templates />
    </xsl:copy>
  </xsl:template>

  <xsl:template match='@*|text()'>
    <xsl:copy />
  </xsl:template>

</xsl:stylesheet>