Skip to content

Commit

Permalink
update w/ latest from dev after manual merge of debian-tei-xsl/debian…
Browse files Browse the repository at this point in the history
…/changelog
  • Loading branch information
sydb committed Jan 25, 2024
2 parents bc85cb4 + fcb9cbf commit 4a4beb4
Show file tree
Hide file tree
Showing 358 changed files with 810 additions and 398 deletions.
17 changes: 1 addition & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ jobs:
- name: Run tests from the Test directory
run: make clean test deb dist

- name: Slack Notification
if: always()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_COLOR: ${{ job.status }}
MSG_MINIMAL: commit,actions url

test2:
runs-on: ubuntu-latest
container:
Expand All @@ -41,11 +33,4 @@ jobs:

- name: Run tests from the Test2 directory
run: make test2

- name: Slack Notification
if: always()
uses: rtCamp/action-slack-notify@v2
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
SLACK_COLOR: ${{ job.status }}
MSG_MINIMAL: commit,actions url

12 changes: 0 additions & 12 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Documentation/param.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
exclude-result-prefixes="XSL xd xsi sch tei m"
xmlns="http://www.tei-c.org/ns/1.0"
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"
version="2.0">
version="3.0">

<doc scope="stylesheet" xmlns="http://www.oxygenxml.com/ns/doc/xsl">
<desc>
Expand Down
4 changes: 2 additions & 2 deletions Documentation/paramform.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
exclude-result-prefixes="XSL xd"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:XSL="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">

<xsl:import href="../html/html.xsl"/>

Expand Down Expand Up @@ -98,7 +98,7 @@ print &lt;&lt;END;
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="tei xsl"
version="2.0">
version="3.0">
&lt;!-- XSLT stylesheet to generate HTML version of TEI document.
Written by the TEI XSL generator (Sebastian Rahtz, sebastian.rahtz\@it.ox.ac.uk)
Created on $today-->
Expand Down
2 changes: 1 addition & 1 deletion Documentation/xsltdoc.xsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xdt="http://www.pnp-software.com/XSLTdocTemplate" xmlns:util="http://www.pnp-software.com/util" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xd="http://www.pnp-software.com/XSLTdoc" exclude-result-prefixes="xdt util xd" version="2.0">
<xsl:stylesheet xmlns:xdt="http://www.pnp-software.com/XSLTdocTemplate" xmlns:util="http://www.pnp-software.com/util" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xd="http://www.pnp-software.com/XSLTdoc" exclude-result-prefixes="xdt util xd" version="3.0">
<xsl:import href="../xsltdoc/xsl/core.xsl"/>
<xsl:include href="../xsltdoc/xsl/properties/author.xsl"/>
<xsl:include href="../xsltdoc/xsl/properties/cvsId.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion Test/checklinks.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<xsl:stylesheet xmlns="http://www.tei-c.org/ns/1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:html="http://www.w3.org/1999/xhtml"
version="2.0">
version="3.0">
<xsl:output method="xml" omit-xml-declaration="yes"/>
<xsl:key name="IDS" use="@id" match="*"/>
<xsl:template match="/">
Expand Down
2 changes: 1 addition & 1 deletion Test/formatexamples.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xpath-default-namespace="http://www.tei-c.org/ns/1.0"
exclude-result-prefixes="#all"
version="2.0">
version="3.0">
<!-- import base conversion style -->

<xsl:import href="/usr/share/xml/tei/stylesheet/common/verbatim.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion Test/poem.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<xsl:stylesheet xpath-default-namespace="http://www.tei-c.org/ns/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">
<!--
This software is dual-licensed:
Expand Down
2 changes: 1 addition & 1 deletion Test2/cleanForDiff.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
exclude-result-prefixes="#all"
version="2.0">
version="3.0">
<xd:doc scope="stylesheet">
<xd:desc>
<xd:p><xd:b>Created on:</xd:b> Jan 2, 2017</xd:p>
Expand Down
2 changes: 1 addition & 1 deletion bibtex/convertbib.xsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xpath-default-namespace="http://www.tei-c.org/ns/1.0"
version="2.0">
version="3.0">
<xsl:output method="text"/>


Expand Down
2 changes: 1 addition & 1 deletion bibtex/teitobib.xsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xpath-default-namespace="http://www.tei-c.org/ns/1.0"
version="2.0">
version="3.0">
<xsl:import href="convertbib.xsl"/>
<xsl:output method="text"/>
<xsl:strip-space elements="*"/>
Expand Down
2 changes: 1 addition & 1 deletion cocoa/cocoa-to-tei.xsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xs="http://www.w3.org/2001/XMLSchema" xpath-default-namespace="http://www.tei-c.org/ns/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="2.0" exclude-result-prefixes="xs">
<xsl:stylesheet xmlns:xs="http://www.w3.org/2001/XMLSchema" xpath-default-namespace="http://www.tei-c.org/ns/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="3.0" exclude-result-prefixes="xs">
<xsl:output indent="yes" omit-xml-declaration="yes"/>
<xsl:strip-space elements="body"/>
<!-- This script is used to convert COCOA to TEI in three passes:
Expand Down
2 changes: 1 addition & 1 deletion common/common.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="tei fotex xsi sch fo"
version="2.0">
version="3.0">
<xsl:import href="common_param.xsl"/>
<xsl:import href="common_core.xsl"/>
<xsl:import href="common_textstructure.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion common/common_core.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tite="http://www.tei-c.org/ns/tite/1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="tei tite"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet dealing with elements from the core module. </p>
Expand Down
2 changes: 1 addition & 1 deletion common/common_figures.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="tei"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet dealing with elements from the figures module. </p>
Expand Down
2 changes: 1 addition & 1 deletion common/common_gaiji.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:tite="http://www.tei-c.org/ns/tite/1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="tei tite"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet dealing with elements from the core module. </p>
Expand Down
2 changes: 1 addition & 1 deletion common/common_header.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<xsl:stylesheet xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="tei"
version="2.0">
version="3.0">

<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
Expand Down
2 changes: 1 addition & 1 deletion common/common_linking.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="tei xs"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet dealing with elements from the linking module. </p>
Expand Down
2 changes: 1 addition & 1 deletion common/common_makeTEIStructure.xsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:teix="http://www.tei-c.org/ns/Examples" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="a rng tei teix xs" version="2.0">
<xsl:stylesheet xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0" xmlns:rng="http://relaxng.org/ns/structure/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:teix="http://www.tei-c.org/ns/Examples" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="a rng tei teix xs" version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet dealing with converting other vocabularies to TEI </p>
Expand Down
2 changes: 1 addition & 1 deletion common/common_msdescription.xsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="tei" version="2.0">
<xsl:stylesheet xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="tei" version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet dealing with elements from the msdescription module. </p>
Expand Down
2 changes: 1 addition & 1 deletion common/common_param.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:xd="http://www.oxygenxml.com/ns/doc/xsl"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="#all"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p>TEI stylesheet customization module, common for all output
Expand Down
2 changes: 1 addition & 1 deletion common/common_tagdocs.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
xmlns:sch="http://purl.oclc.org/dsdl/schematron"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="fo a tei html rng teix xs sch" version="2.0">
exclude-result-prefixes="fo a tei html rng teix xs sch" version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet"
type="stylesheet">
<desc>
Expand Down
2 changes: 1 addition & 1 deletion common/common_textcrit.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:teix="http://www.tei-c.org/ns/Examples"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="a rng tei teix"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p>
Expand Down
2 changes: 1 addition & 1 deletion common/common_textstructure.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="tei"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet dealing with elements from the textstructure
Expand Down
49 changes: 36 additions & 13 deletions common/functions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:tbx="http://www.lisa.org/TBX-Specification.33.0.html"
xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture"
xmlns:teidocx="http://www.tei-c.org/ns/teidocx/1.0" version="2.0"
xmlns:teidocx="http://www.tei-c.org/ns/teidocx/1.0" version="3.0"
exclude-result-prefixes="#all"
>
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
Expand Down Expand Up @@ -1124,11 +1124,11 @@ of this software, even if advised of the possibility of such damage.
<xsl:sequence select="tei:makeGloss(.,$langs)"/>
<!-- now the description -->
<!--
Change, 2020-02-10 in response to #418:
Only look at, count, or copy those <desc> elements that do
NOT have a @type of "deprecationInfo". Note that we use
not(@type eq 'dI') because using just @type ne 'dI' does not
include those <desc>s that do not have @type at all.
Change, 2020-02-10 in response to #418:
Only look at, count, or copy those <desc> elements that do
NOT have a @type of "deprecationInfo". Note that we use
not(@type eq 'dI') because using just @type ne 'dI' does not
include those <desc>s that do not have @type at all.
-->
<xsl:choose>
<xsl:when test="not(tei:desc[ not( @type eq 'deprecationInfo' ) ])"> </xsl:when>
Expand Down Expand Up @@ -1234,13 +1234,36 @@ of this software, even if advised of the possibility of such damage.
</doc>
<xsl:function name="tei:descOrGlossOutOfDate" as="xs:boolean">
<xsl:param name="context"/>
<xsl:for-each select="$context">
<xsl:variable name="lang" select="tei:generateDocumentationLang(.)[1]"/>
<xsl:sequence select="tei:gloss[@xml:lang eq 'en']/@versionDate gt tei:gloss[ @xml:lang eq $lang]/@versionDate
or tei:desc[@xml:lang='en' and not( @type eq 'deprecationInfo' )]/@versionDate
gt
tei:desc[@xml:lang eq $lang and not( @type eq 'deprecationInfo' )]/@versionDate" />
</xsl:for-each>
<xsl:variable name="lang" select="tei:generateDocumentationLang($context)[1]"/>
<!--
Coding NOTE: The 4 tests that comprise $test_results currently
use “gt” the value operator rather than ‘>’ the general
operator. This is because we expect that there will ever only
be 1 sibling <gloss> or <desc> that has the same @type and
same @xml:lang. But we might be proven wrong, in which case
perhaps ‘>’ would have been better. (If you change it, change
this comment, too!)
-->
<xsl:variable name="test_results" as="xs:boolean*">
<!-- first test <gloss> children without @type -->
<xsl:sequence select="$context/tei:gloss[ not(@type) ][ @xml:lang eq 'en' ]/@versionDate
gt $context/tei:gloss[ not(@type) ][ @xml:lang eq $lang ]/@versionDate"/>
<!-- second test <desc> children without @type -->
<xsl:sequence select="$context/tei:desc[ not(@type) ][ @xml:lang eq 'en' ]/@versionDate
gt $context/tei:desc[ not(@type) ][ @xml:lang eq $lang ]/@versionDate"/>
<!-- next test <gloss> children with @type -->
<xsl:for-each select="distinct-values( $context/tei:gloss/@type )">
<xsl:sequence select="$context/tei:gloss[ @type eq . ][ @xml:lang eq 'en' ]/@versionDate
gt $context/tei:gloss[ @type eq . ][ @xml:lang eq $lang ]/@versionDate"/>
</xsl:for-each>
<!-- last test <desc> children with @type -->
<xsl:for-each select="distinct-values( $context/tei:desc/@type )">
<xsl:sequence select="$context/tei:desc[ @type eq . ][ @xml:lang eq 'en' ]/@versionDate
gt $context/tei:desc[ @type eq . ][ @xml:lang eq $lang ]/@versionDate"/>
</xsl:for-each>
</xsl:variable>
<!-- if any one of the above is true, then something is amiss, return true. -->
<xsl:sequence select="$test_results = true()"/>
</xsl:function>

<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl">
Expand Down
2 changes: 1 addition & 1 deletion common/i18n.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
exclude-result-prefixes="#all"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet definitions common for all of HTML, FO and LaTeX
Expand Down
2 changes: 1 addition & 1 deletion common/identity.xsl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="2.0">
version="3.0">

<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
Expand Down
2 changes: 1 addition & 1 deletion common/jsonlib.xsl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xpath-default-namespace="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="tei xs" version="2.0">
<xsl:stylesheet xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns="http://www.tei-c.org/ns/1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xpath-default-namespace="http://www.tei-c.org/ns/1.0" exclude-result-prefixes="tei xs" version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI Utility stylesheet defining functions for use in
Expand Down
2 changes: 1 addition & 1 deletion common/verbatim.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:dbk="http://docbook.org/ns/docbook"
exclude-result-prefixes="a fo html i rng sch tei teix xi xs xsl m atom xlink xhtml dbk"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p> TEI stylesheet dealing with elements from the core module. </p>
Expand Down
2 changes: 1 addition & 1 deletion debian-tei-xsl/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tei-xsl (7.57.0a) natty; urgency=low

* new release from upstream

-- TEI <[email protected]> Mon, 20 Nov 2023 15:40:30 -0500
-- TEI <[email protected]> Thu, 04 Jan 2024 14:25:06 -0500

tei-xsl (7.56.0a) natty; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion docbook/docbooktotei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xpath-default-namespace="http://docbook.org/ns/docbook"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:tei="http://www.tei-c.org/ns/1.0"
version="2.0">
version="3.0">
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
<desc>
<p>This software is dual-licensed:
Expand Down
2 changes: 1 addition & 1 deletion docbook/teitodocbook.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:mml="http://www.w3.org/1998/Math/MathML"
exclude-result-prefixes="#all"
version="2.0">
version="3.0">
<xsl:import href="../common/verbatim.xsl"/>
<xsl:import href="../common/functions.xsl"/>

Expand Down
2 changes: 1 addition & 1 deletion docx/from/docxtotei.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"

xmlns="http://www.tei-c.org/ns/1.0"
version="2.0"
version="3.0"
exclude-result-prefixes="#all">

<xsl:import href="../../common/functions.xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion docx/from/dynamic/tests/xspec/test-toc-scenario.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
xmlns:x="http://www.jenitennison.com/xslt/xspec"
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns="http://www.tei-c.org/ns/1.0"
version="2.0">
version="3.0">
<xsl:import href="file:/usr/local/bin/xspec-v0.1/generate-tests-utils.xsl"/>
<xsl:import href="file:/Users/amittelbach/EDV%20Dienstleistungen/Kunden/OUCS/TEIISO/workspace/Stylesheets/docx/from/dynamic/toc.xsl"/>
<xsl:namespace-alias stylesheet-prefix="o" result-prefix="xsl"/>
Expand Down
2 changes: 1 addition & 1 deletion docx/from/fields.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing"

xmlns="http://www.tei-c.org/ns/1.0"
version="2.0"
version="3.0"
exclude-result-prefixes="a cp dc dcterms dcmitype prop iso m mml mo mv o pic r rel tbx tei teidocx v xs ve w10 w wne wp">

<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
Expand Down
Loading

0 comments on commit 4a4beb4

Please sign in to comment.