Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Test/expected-results/test-pure.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ namespace rng = "http://relaxng.org/ns/structure/1.0"
namespace sch = "http://purl.oclc.org/dsdl/schematron"
namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xlink = "http://www.w3.org/1999/xlink"

stuff =

Expand Down
1 change: 0 additions & 1 deletion Test/expected-results/test-pure2.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace svg = "http://www.w3.org/2000/svg"
namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xi = "http://www.w3.org/2001/XInclude"
namespace xlink = "http://www.w3.org/1999/xlink"

stuffPart = bob | bit
stuff =
Expand Down
2 changes: 1 addition & 1 deletion Test/expected-results/test.rng
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:teix="http://www.tei-c.org/ns/Examples" xmlns:xlink="http://www.w3.org/1999/xlink" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0">
<grammar xmlns="http://relaxng.org/ns/structure/1.0" xmlns:tei="http://www.tei-c.org/ns/1.0" xmlns:teix="http://www.tei-c.org/ns/Examples" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes" ns="http://www.tei-c.org/ns/1.0">

<!---->
<define name="macro.abContent">
Expand Down
1 change: 0 additions & 1 deletion Test/expected-results/test15.odd.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace sch = "http://purl.oclc.org/dsdl/schematron"
default namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xi = "http://www.w3.org/2001/XInclude"
namespace xlink = "http://www.w3.org/1999/xlink"

macro.abContent = (text | model.paraPart | ab)*
macro.paraContent = (text | model.paraPart)*
Expand Down
1 change: 0 additions & 1 deletion Test/expected-results/test21.odd.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace sch = "http://purl.oclc.org/dsdl/schematron"
default namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xi = "http://www.w3.org/2001/XInclude"
namespace xlink = "http://www.w3.org/1999/xlink"

macro.abContent = (text | model.paraPart | ab)*
macro.paraContent = (text | model.paraPart)*
Expand Down
1 change: 0 additions & 1 deletion Test/expected-results/test30.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace sch = "http://purl.oclc.org/dsdl/schematron"
default namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xi = "http://www.w3.org/2001/XInclude"
namespace xlink = "http://www.w3.org/1999/xlink"

Tmacro.abContent = (text | Tmodel.paraPart | Tab)*
Tmacro.paraContent = (text | Tmodel.paraPart)*
Expand Down
1 change: 0 additions & 1 deletion Test/expected-results/test33.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ namespace sch = "http://purl.oclc.org/dsdl/schematron"
namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xi = "http://www.w3.org/2001/XInclude"
namespace xlink = "http://www.w3.org/1999/xlink"

tei_macro.abContent = (text | tei_model.paraPart | tei_ab)*
tei_macro.paraContent = (text | tei_model.paraPart)*
Expand Down
1 change: 0 additions & 1 deletion Test/expected-results/test34.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace sch = "http://purl.oclc.org/dsdl/schematron"
namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xi = "http://www.w3.org/2001/XInclude"
namespace xlink = "http://www.w3.org/1999/xlink"

tei_macro.abContent = (text | tei_model.paraPart | tei_ab)*
tei_macro.paraContent = (text | tei_model.paraPart)*
Expand Down
1 change: 0 additions & 1 deletion Test/expected-results/test35.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace sch = "http://purl.oclc.org/dsdl/schematron"
namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xi = "http://www.w3.org/2001/XInclude"
namespace xlink = "http://www.w3.org/1999/xlink"


# This template file is freely available and you are hereby authorised to copy, modify, and redistribute it in any way without further reference or permissions. When making such modifications, you are strongly recommended to change the present text to include an accurate statement of the licencing conditions applicable to your modified text.
Expand Down
1 change: 0 additions & 1 deletion Test/expected-results/testClass.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ namespace sch = "http://purl.oclc.org/dsdl/schematron"
default namespace tei = "http://www.tei-c.org/ns/1.0"
namespace teix = "http://www.tei-c.org/ns/Examples"
namespace xi = "http://www.w3.org/2001/XInclude"
namespace xlink = "http://www.w3.org/1999/xlink"

macro.paraContent = (text | model.paraPart)*
att.cmc.attributes = att.cmc.attribute.generatedBy
Expand Down
1 change: 0 additions & 1 deletion Test2/expected-results/testAttValQuant.rng
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:teix="http://www.tei-c.org/ns/Examples"
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.tei-c.org/ns/1.0">
<define name="macro.paraContent">
Expand Down
1 change: 0 additions & 1 deletion Test2/expected-results/testNonTeiOdd1.rng
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:teix="http://www.tei-c.org/ns/Examples"
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.w3.org/1999/xhtml">
<define name="macro.paraContent">
Expand Down
1 change: 0 additions & 1 deletion Test2/expected-results/testPure1.rng
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
xmlns:tei="http://www.tei-c.org/ns/1.0"
xmlns:teix="http://www.tei-c.org/ns/Examples"
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
ns="http://www.tei-c.org/ns/1.0">
<define name="t_macro.paraContent">
Expand Down
1 change: 0 additions & 1 deletion odds/odd2relax.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ of this software, even if advised of the possibility of such damage.
<xsl:with-param name="body">
<grammar xmlns="http://relaxng.org/ns/structure/1.0"
xmlns:a="http://relaxng.org/ns/compatibility/annotations/1.0"
xmlns:xlink="http://www.w3.org/1999/xlink"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
<xsl:attribute name="ns">
<xsl:choose>
Expand Down
Loading