Skip to content

Commit

Permalink
Merge pull request #649 from TEIC/sydb_639
Browse files Browse the repository at this point in the history
All XSLT 2.0 ⇒ 3.0
  • Loading branch information
sabineseifert authored Nov 29, 2023
2 parents 8386be2 + f9b07d3 commit d4030d5
Show file tree
Hide file tree
Showing 355 changed files with 773 additions and 357 deletions.
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
2 changes: 1 addition & 1 deletion 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
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 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
2 changes: 1 addition & 1 deletion docx/from/functions.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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"
version="2.0"
version="3.0"
exclude-result-prefixes="cals ve o r m v wp w10 w wne mml tbx iso tei a xs pic fn">

<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl" scope="stylesheet" type="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion docx/from/graphics.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" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:prop="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:iso="http://www.iso.org/ns/1.0" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:mo="http://schemas.microsoft.com/office/mac/office/2008/main" xmlns:mv="urn:schemas-microsoft-com:mac:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:rel="http://schemas.openxmlformats.org/package/2006/relationships" xmlns:tbx="http://www.lisa.org/TBX-Specification.33.0.html" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:teidocx="http://www.tei-c.org/ns/teidocx/1.0" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns="http://www.tei-c.org/ns/1.0" version="2.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">
<xsl:stylesheet xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:prop="http://schemas.openxmlformats.org/officeDocument/2006/custom-properties" xmlns:a="http://schemas.openxmlformats.org/drawingml/2006/main" xmlns:cp="http://schemas.openxmlformats.org/package/2006/metadata/core-properties" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcmitype="http://purl.org/dc/dcmitype/" xmlns:iso="http://www.iso.org/ns/1.0" xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:mo="http://schemas.microsoft.com/office/mac/office/2008/main" xmlns:mv="urn:schemas-microsoft-com:mac:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:pic="http://schemas.openxmlformats.org/drawingml/2006/picture" xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships" xmlns:rel="http://schemas.openxmlformats.org/package/2006/relationships" xmlns:tbx="http://www.lisa.org/TBX-Specification.33.0.html" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:teidocx="http://www.tei-c.org/ns/teidocx/1.0" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:ve="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:w10="urn:schemas-microsoft-com:office:word" xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main" xmlns:wne="http://schemas.microsoft.com/office/word/2006/wordml" xmlns:wp="http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing" xmlns="http://www.tei-c.org/ns/1.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">
<desc>
<p> TEI stylesheet for converting Word docx files to TEI </p>
Expand Down
2 changes: 1 addition & 1 deletion docx/from/lists.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">


Expand Down
2 changes: 1 addition & 1 deletion docx/from/marginals.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">


Expand Down
2 changes: 1 addition & 1 deletion docx/from/maths.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">


Expand Down
2 changes: 1 addition & 1 deletion docx/from/omml2mml.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xmlns:w="http://schemas.openxmlformats.org/wordprocessingml/2006/main"
xmlns="http://www.w3.org/1998/Math/MathML"
xmlns:m="http://schemas.openxmlformats.org/officeDocument/2006/math"
version="2.0"
version="3.0"
exclude-result-prefixes="m w">
<!-- %% Global Definitions -->

Expand Down
Loading

0 comments on commit d4030d5

Please sign in to comment.