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="base-path" select="'.'"/>
14 <xsl:param name="base-offset" select="0" />
16 <xsl:include href="wl2html_base.xslt" />
21 omit-xml-declaration = "yes" />
23 <xsl:template match="/">
25 <xsl:apply-templates select="//chunk/child::node()" mode="element-tag">
26 <xsl:with-param name="offset" select="$base-offset" />
27 <xsl:with-param name="parent-path" select="$base-path" />
28 <xsl:with-param name="mixed" select="true()" />
29 </xsl:apply-templates>