X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/b25c0f434cc50d48379fc8aa4c1bf5ea32212396..665c88719c108626edee864affe07b085d28b7b4:/librarian/xslt/wl2html_full.xslt?ds=sidebyside diff --git a/librarian/xslt/wl2html_full.xslt b/librarian/xslt/wl2html_full.xslt old mode 100755 new mode 100644 index 02c89c7..30381c3 --- a/librarian/xslt/wl2html_full.xslt +++ b/librarian/xslt/wl2html_full.xslt @@ -1,10 +1,17 @@ -<xsl:stylesheet version="1.0" - xmlns="http://www.w3.org/1999/xhtml" +<?xml version="1.0" encoding="utf-8"?> +<!-- + + This file is part of Librarian, licensed under GNU Affero GPLv3 or later. + Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. + +--> +<xsl:stylesheet version="1.0" + xmlns="http://www.w3.org/1999/xhtml" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> - <xsl:param name="with-paths" select="boolean(0)" /> + <xsl:param name="with-paths" select="boolean(0)" /> <xsl:param name="with-annotations" select="boolean(1)" /> - + <xsl:include href="wl2html_base.xslt" /> <xsl:output encoding="utf-8" indent="yes" omit-xml-declaration = "yes" /> @@ -13,7 +20,7 @@ <xsl:if test="with-toc" /> - <xsl:apply-templates select="/utwor" mode="element-tag"> + <xsl:apply-templates select="/utwor" mode="element-tag"> <xsl:with-param name="parentpath" select="''" /> <xsl:with-param name="offset" select="0" /> <xsl:with-param name="mixed" select="false()" />