summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng')
-rw-r--r--Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng19
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng b/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng
deleted file mode 100644
index 468bfcd25d6..00000000000
--- a/Master/texmf-dist/source/latex/stex/schema/rng/xhtml-base.rng
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<grammar xmlns="http://relaxng.org/ns/structure/1.0">
- <!-- Base Module -->
- <define name="base">
- <element name="base">
- <ref name="base.attlist"/>
- </element>
- </define>
- <define name="base.attlist">
- <attribute name="href">
- <ref name="URI.datatype"/>
- </attribute>
- </define>
- <define name="head.content" combine="interleave">
- <optional>
- <ref name="base"/>
- </optional>
- </define>
-</grammar>