Move all our own XSL scripts to the same directory

The directory tools/xlstsl is reserved for the XSLT standard library
(http://xsltsl.sourceforge.net/).
This commit is contained in:
Reinhard Müller 2020-04-27 21:19:06 +02:00
parent 85cedd6b64
commit a4b01194f0
25 changed files with 23 additions and 30 deletions

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<xsl:template match="care-team-list">

View File

@ -2,7 +2,7 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!--

View File

@ -2,7 +2,7 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!--

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!-- To localise this page to a new country, copy this file and change the following:

View File

@ -4,9 +4,8 @@
xmlns:dt="http://xsltsl.org/date-time"
exclude-result-prefixes="dt">
<xsl:import href="../../build/xslt/gettext.xsl" />
<xsl:import href="static-elements.xsl" />
<xsl:import href="date-time.xsl" />
<xsl:import href="gettext.xsl" />
<xsl:import href="../../tools/xsltsl/date-time.xsl" />
<!-- define content type templates-->

View File

@ -8,7 +8,7 @@
xmlns:nl="."
xmlns:str='http://xsltsl.org/string'
exclude-result-prefixes="dt weekdays months nl str">
<xsl:import href="string.xsl" />
<xsl:import href="../../tools/xsltsl/string.xsl" />
<nl:langs>
<nl:lang value="en">English</nl:lang>

View File

@ -3,7 +3,7 @@
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../tools/xsltsl/countries.xsl" />
<xsl:import href="../../build/xslt/countries.xsl" />
<xsl:import href="../../fsfe.xsl" />

View File

@ -1,6 +1,6 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../../fsfe.xsl" />
<xsl:import href="../../tools/xsltsl/countries.xsl" />
<xsl:import href="../../build/xslt/countries.xsl" />
<!-- Dropdown list of countries requiring a choice -->
<!-- when copying this, remember importing the xsl, and editing the .source file -->

View File

@ -2,7 +2,7 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../fsfe.xsl" />
<xsl:import href="../tools/xsltsl/countries.xsl" />
<xsl:import href="../build/xslt/countries.xsl" />
<!-- Fill dynamic content -->
<xsl:template match="dynamic-content">

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../../tools/xsltsl/people.xsl" />
<xsl:import href="../../build/xslt/people.xsl" />
<xsl:import href="../../fsfe.xsl" />
<xsl:template match="translation-coordinators-list">

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!-- To localise this page to a new country, copy this file and change the following:

View File

@ -10,8 +10,7 @@
<xsl:include href="../../build/xslt/footer_sourcelink.xsl" />
<xsl:include href="../../build/xslt/footer_legal.xsl" />
<xsl:include href="../../build/xslt/gettext.xsl" />
<xsl:include href="../../tools/xsltsl/static-elements.xsl" />
<xsl:include href="../../build/xslt/static-elements.xsl" />
<xsl:template name="page-body">
<xsl:element name="body">

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!-- To localise this page to a new country, copy this file and change the following:

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!-- To localise this page to a new country, copy this file and change the following:

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!-- To localise this page to a new country, copy this file and change the following:

View File

@ -6,12 +6,11 @@
xmlns:str="http://exslt.org/strings"
extension-element-prefixes="str">
<xsl:import href="tools/xsltsl/static-elements.xsl" />
<xsl:import href="tools/xsltsl/tagging.xsl" />
<xsl:import href="build/xslt/fsfe_head.xsl" />
<xsl:import href="build/xslt/fsfe_body.xsl" />
<xsl:import href="build/xslt/gettext.xsl" />
<xsl:import href="build/xslt/static-elements.xsl" />
<xsl:import href="build/xslt/tagging.xsl" />
<!-- HTML 5 compatibility doctype, since our XSLT parser doesn't support disabling output escaping -->
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat" />

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!-- To localise this page to a new country, copy this file and change the following:

View File

@ -2,8 +2,8 @@
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../tools/xsltsl/static-elements.xsl" />
<xsl:import href="../fsfe.xsl" />
<xsl:import href="../build/xslt/static-elements.xsl" />
<xsl:template match="/buildinfo/document/body/include-newsletter">
<xsl:apply-templates />

View File

@ -1,9 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../tools/xsltsl/static-elements.xsl" />
<xsl:import href="../fsfe.xsl" />
<xsl:import href="news.xsl" />
<xsl:template match="/buildinfo/document/body">

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="../tools/xsltsl/countries.xsl" />
<xsl:import href="../build/xslt/countries.xsl" />
<xsl:import href="../fsfe.xsl" />
<!-- Fill dynamic content -->

View File

@ -10,8 +10,7 @@
<xsl:include href="../../build/xslt/footer_sourcelink.xsl" />
<xsl:include href="../../build/xslt/footer_legal.xsl" />
<xsl:include href="../../build/xslt/gettext.xsl" />
<xsl:include href="../../tools/xsltsl/static-elements.xsl" />
<xsl:include href="../../build/xslt/static-elements.xsl" />
<xsl:template name="page-body">
<xsl:element name="body">

View File

@ -4,7 +4,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dt="http://xsltsl.org/date-time">
<xsl:import href="../tools/xsltsl/people.xsl" />
<xsl:import href="../build/xslt/people.xsl" />
<xsl:import href="../fsfe.xsl" />
<!-- To localise this page to a new country, copy this file and change the following: