File: fatal.xsl

package info (click to toggle)
libxml-libxslt-perl 2.003000-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: xml: 2,181; perl: 1,227; ansic: 402; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 233 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

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

<xsl:template match="/">
  <xsl:message terminate="yes">Fatal message.</xsl:message>
</xsl:template>

</xsl:stylesheet>