1 <?xml version="1.0" encoding="utf-8"?>
4 This file is part of Librarian, licensed under GNU Affero GPLv3 or later.
5 Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
8 <xsl:stylesheet version="1.0"
9 xmlns="http://www.w3.org/1999/xhtml"
10 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
12 <xsl:param name="with-paths" select="boolean(0)" />
13 <xsl:param name="with-annotations" select="boolean(1)" />
15 <xsl:include href="wl2html_base.xslt" />
16 <xsl:output encoding="utf-8" indent="yes" omit-xml-declaration = "yes" />
18 <xsl:template match="/">
19 <div class="document">
21 <xsl:if test="with-toc" />
23 <xsl:apply-templates select="/utwor" mode="element-tag">
24 <xsl:with-param name="parentpath" select="''" />
25 <xsl:with-param name="offset" select="0" />
26 <xsl:with-param name="mixed" select="false()" />
27 </xsl:apply-templates>
29 <xsl:if test="with-annotations" />