X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/215503e15ca9d6d1e8a053f7bfa359af1af102f3..cdde48a1896f8ff4c49221fba175d9b1108b8d21:/librarian/xslt/wl2html_full.xslt?ds=inline diff --git a/librarian/xslt/wl2html_full.xslt b/librarian/xslt/wl2html_full.xslt old mode 100755 new mode 100644 index a2276a3..30381c3 --- a/librarian/xslt/wl2html_full.xslt +++ b/librarian/xslt/wl2html_full.xslt @@ -1,33 +1,17 @@ <?xml version="1.0" encoding="utf-8"?> <!-- -# -# This file is part of Librarian. -# -# Copyright © 2008,2009,2010 Fundacja Nowoczesna Polska <fundacja@nowoczesnapolska.org.pl> -# -# For full list of contributors see AUTHORS file. -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. -# -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. -# + + 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" +<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" /> @@ -36,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()" />