Skip to content

Commit

Permalink
use XSLT3 for stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispy-snps committed Dec 8, 2023
1 parent 8c8dc4b commit add9a0d
Show file tree
Hide file tree
Showing 190 changed files with 191 additions and 191 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the accompanying LICENSE file for applicable license.
includes index terms, etc.
To use, process any content with mode="dita-ot:text-only" -->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
exclude-result-prefixes="dita-ot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See the accompanying LICENSE file for applicable license.
-->

<!-- Common utilities that can be used by DITA transforms -->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.base/xsl/common/functions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Copyright 2004, 2005 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->

<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.base/xsl/common/map2textonly.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2010 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
exclude-result-prefixes="dita-ot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the accompanying LICENSE file for applicable license.
message in an installed plugin. Additional parameters to
the message are optional.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2010 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0"
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:related-links="http://dita-ot.sourceforge.net/ns/200709/related-links"
exclude-result-prefixes="related-links xs">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2010 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
exclude-result-prefixes="dita-ot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2010 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
exclude-result-prefixes="dita-ot"
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.base/xsl/common/uri-utils.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See the accompanying LICENSE file for applicable license.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
version="2.0"
version="3.0"
exclude-result-prefixes="xs dita-ot">

<xsl:function name="dita-ot:normalize" as="xs:anyURI">
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.base/xsl/job-helper.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2013 Jarno Elovirta
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">

<xsl:output method="text"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="2.0"
version="3.0"
exclude-result-prefixes="xs">

<xsl:import href="plugin:org.dita.base:xsl/common/dita-utilities.xsl"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2004, 2005 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->

<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:conref="http://dita-ot.sourceforge.net/ns/200704/conref"
<xsl:stylesheet version="3.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:conref="http://dita-ot.sourceforge.net/ns/200704/conref"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2006 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0">
<xsl:import href="plugin:org.dita.base:xsl/preprocess/conrefImpl.xsl"/>
<dita:extension id="dita.xsl.conref" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
<xsl:output method="xml" encoding="utf-8" indent="no" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2017 Jarno Elovirta
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0">
<xsl:import href="plugin:org.dita.base:xsl/preprocess/conrefImpl.xsl"/>
<dita:extension id="dita.xsl.conref" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
<xsl:output method="xml" encoding="utf-8" indent="no" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2004, 2006 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->

<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2006 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0">
<xsl:import href="plugin:org.dita.base:xsl/preprocess/maplinkImpl.xsl"/>
<dita:extension id="dita.xsl.maplink" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
<xsl:output method="xml" encoding="utf-8" indent="no" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Other modes can be found within the code, and may or may not prove useful for ov
<!-- 20090903 RDA: added <?ditaot gentext?> and <?ditaot linktext?> PIs for RFE 1367897.
Allows downstream processes to identify original text vs. generated link text. -->

<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2006 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0">
<xsl:import href="plugin:org.dita.base:xsl/preprocess/mappullImpl.xsl"/>
<dita:extension id="dita.xsl.mappull" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
<xsl:output method="xml" encoding="utf-8" indent="no" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="2.0"
version="3.0"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
xmlns:mappull="http://dita-ot.sourceforge.net/ns/200704/mappull"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2006 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0">
<xsl:import href="plugin:org.dita.base:xsl/preprocess/maprefImpl.xsl"/>
<dita:extension id="dita.xsl.mapref" behavior="org.dita.dost.platform.ImportXSLAction" xmlns:dita="http://dita-ot.sourceforge.net"/>
<xsl:output method="xml" encoding="utf-8" indent="no" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2007 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:topicpull="http://dita-ot.sourceforge.net/ns/200704/topicpull"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2010 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<!-- This file added for SourceForge bug report #2962813 -->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:topicpull="http://dita-ot.sourceforge.net/ns/200704/topicpull"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ mode="topicpull:figure-linktext" and mode="topicpull:table-linktext"
<!-- 20090903 RDA: added <?ditaot gentext?> and <?ditaot linktext?> PIs for RFE 1367897.
Allows downstream processes to identify original text vs. generated link text. -->

<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
xmlns:topicpull="http://dita-ot.sourceforge.net/ns/200704/topicpull"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2006 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0">
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0">
<xsl:import href="plugin:org.dita.base:xsl/preprocess/topicpullImpl.xsl"/>
<xsl:import href="plugin:org.dita.base:xsl/preprocess/topicpull-task.xsl"/>
<xsl:import href="plugin:org.dita.base:xsl/preprocess/topicpull-pr-d.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/abbrev-d.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2004, 2005 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/choicetable.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the accompanying LICENSE file for applicable license.
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
xmlns:table="http://dita-ot.sourceforge.net/ns/201007/dita-ot/table"
xmlns:simpletable="http://dita-ot.sourceforge.net/ns/201007/dita-ot/simpletable"
version="2.0"
version="3.0"
exclude-result-prefixes="xs dita-ot table simpletable">

<xsl:template mode="generate-table-header" match="
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/concept.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See the accompanying LICENSE file for applicable license.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:related-links="http://dita-ot.sourceforge.net/ns/200709/related-links"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
version="2.0"
version="3.0"
exclude-result-prefixes="related-links xs">

<!-- Concepts have their own group. -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/cover.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See the accompanying LICENSE file for applicable license.
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
version="2.0"
version="3.0"
exclude-result-prefixes="xs dita-ot ditamsg">

<!-- optional @class attribute for TOC <body> element
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/css-class.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ See the accompanying LICENSE file for applicable license.
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
version="2.0"
version="3.0"
exclude-result-prefixes="xs dita-ot">

<xsl:function name="dita-ot:css-class" as="xs:string">
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/dita2html5.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2012 Jarno Elovirta
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">

<xsl:import href="plugin:org.dita.html5:xsl/dita2html5Impl.xsl"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2016 Jarno Elovirta
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">

<xsl:import href="plugin:org.dita.base:xsl/common/output-message.xsl"/>
<xsl:import href="plugin:org.dita.base:xsl/common/dita-utilities.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/functions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ See the accompanying LICENSE file for applicable license.
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
xmlns:table="http://dita-ot.sourceforge.net/ns/201007/dita-ot/table"
xmlns:simpletable="http://dita-ot.sourceforge.net/ns/201007/dita-ot/simpletable"
version="2.0"
version="3.0"
exclude-result-prefixes="xs dita-ot table">

<xsl:variable name="HTML_ID_SEPARATOR" select="'__'"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/get-meta.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2004, 2005 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<!-- Get each value in each <keywords>. Nested indexterms should have unique entries. Other
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/glossdisplay.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:related-links="http://dita-ot.sourceforge.net/ns/200709/related-links"
version="2.0"
version="3.0"
exclude-result-prefixes="related-links">

<!-- Glossary entries belong in the group with concepts. -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/hazard-d.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This file is part of the DITA Open Toolkit project.
See the accompanying license.txt file for applicable licenses.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/hi-d.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2004, 2005 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:template match="*[contains(@class,' hi-d/b ')]" name="topic.hi-d.b">
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/htmlflag.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See the accompanying LICENSE file for applicable license.
must be explicitly requested by the HTML code by processing with the "process-exception" mode.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">

<xsl:template match="*[contains(@class,' ditaot-d/ditaval-startprop ')]/@style" mode="add-ditaval-style">
<!-- Add the pre-calculated CSS style for this element -->
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/map2html5-cover.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2012 Jarno Elovirta
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">

<xsl:import href="plugin:org.dita.html5:xsl/map2html5-coverImpl.xsl"/>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See the accompanying LICENSE file for applicable license.
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
version="2.0"
version="3.0"
exclude-result-prefixes="xs dita-ot ditamsg">

<xsl:import href="plugin:org.dita.html5:xsl/dita2html5Impl.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/map2html5Impl.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg" version="2.0"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg" version="3.0"
exclude-result-prefixes="dita-ot ditamsg">

<xsl:param name="OUTEXT" select="'.html'"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/mapwalker.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See the accompanying LICENSE file for applicable license.
-->
<!-- write technique adapted from Norman Walsh's DocBook XSLT
first instance technique adapted from Jeni Tennison and Steve Muench -->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:key name="topicref"
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/markup-d.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Copyright 2014 Jarno Elovirta
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">

<xsl:template match="*[contains(@class, ' markup-d/markupname ')]">
<code>
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/nav.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ See the accompanying LICENSE file for applicable license.
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:dita-ot="http://dita-ot.sourceforge.net/ns/201007/dita-ot"
xmlns:ditamsg="http://dita-ot.sourceforge.net/ns/200704/ditamsg"
version="2.0"
version="3.0"
exclude-result-prefixes="xs dita-ot ditamsg">

<xsl:import href="plugin:org.dita.html5:xsl/map2html5Impl.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugins/org.dita.html5/xsl/pr-d.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Copyright 2004, 2005 IBM Corporation
See the accompanying LICENSE file for applicable license.
-->
<xsl:stylesheet version="2.0"
<xsl:stylesheet version="3.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">

<xsl:import href="plugin:org.dita.html5:xsl/syntax-braces.xsl"/>
Expand Down
Loading

0 comments on commit add9a0d

Please sign in to comment.