File: bad2.xsl

package info (click to toggle)
libxml-libxslt-perl 1.66-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 468 kB
  • ctags: 733
  • sloc: perl: 798; ansic: 425; makefile: 51; xml: 21
file content (10 lines) | stat: -rw-r--r-- 215 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

<xsl:output encoding="utf-8"/>

<xsl:template match="foo">
  <xsl:copy>
    <xsl:apply-templates/>
</xsl:template>

</xsl:stylesheet>