source: main/trunk/model-interfaces-dev/heritage-nz/transform/layouts/toc.xsl@ 33267

Last change on this file since 33267 was 33267, checked in by davidb, 5 years ago

Override document view so no TOC displayed

  • Property svn:mime-type set to application/xml
File size: 507 bytes
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<xsl:stylesheet version="1.0"
3 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4 xmlns:java="http://xml.apache.org/xslt/java"
5 xmlns:util="xalan://org.greenstone.gsdl3.util.XSLTUtil"
6 xmlns:gslib="http://www.greenstone.org/skinning"
7 xmlns:gsf="http://www.greenstone.org/greenstone3/schema/ConfigFormat"
8 extension-element-prefixes="java util"
9 exclude-result-prefixes="java util gsf">
10
11
12 <xsl:template name="rightSidebar">
13 </xsl:template>
14</xsl:stylesheet>
Note: See TracBrowser for help on using the repository browser.