Bug 18755: Allow empty passwords in Patron Info to return OK
[koha.git] / t / db_dependent / XSLT_Handler / test02.xsl
blob89f11a5421faddd1b5304ee310399d4091f9c72c
1 <!-- This is BAD coded xslt stylesheet to test XSLT_Handler -->
2 <xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:marc="http://www.loc.gov/MARC21/slim"
6 <xsl:output method="xml" version="1.0" encoding="UTF-8" indent="yes"/>
8 <xsl:variable name="redefine" select="0"/>
9 <xsl:variable name="redefine" select="1"/>
10 <!-- Intentional redefine to generate parsing error -->
11 <xsl:template match="record">
12 </xsl:template>
13 </xsl:stylesheet>