summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-05-12 22:29:41 +0000
committerKarl Berry <karl@freefriends.org>2008-05-12 22:29:41 +0000
commitf724c0d6176b55cf00a8b2cf7da4d9d1715755af (patch)
tree07724dc93277564a221c330ea94b255afd5dcb21 /Master/texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd
parentce17979d710d61d93b25e13de7cff43ab9f5590c (diff)
tex4ht update from latest fix release
git-svn-id: svn://tug.org/texlive/trunk@8095 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd')
-rwxr-xr-xMaster/texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd b/Master/texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd
new file mode 100755
index 00000000000..483e38f8b79
--- /dev/null
+++ b/Master/texmf-dist/tex4ht/xtpipes/xtpipes-map.dtd
@@ -0,0 +1,30 @@
+<!-- xtpipes-map.dtd (2008-01-26-00:38) -->
+<!ELEMENT xtpipes-map (when | processing-instruction
+ | select
+ | command-line)* >
+<!ELEMENT when (when | select
+ | processing-instruction
+ | command-line )* >
+<!ELEMENT select EMPTY >
+<!ELEMENT processing-instruction EMPTY >
+<!ELEMENT command-line EMPTY >
+<!ATTLIST xtpipes-map
+ signature CDATA #IMPLIED
+>
+<!ATTLIST when
+ name (
+ system-id
+ | public-id
+ | dtd-root
+ | root
+ | ext
+ | meta-type
+ | content-type
+ | prefix ) "public-id"
+ value CDATA #IMPLIED
+ case-sensitive (yes|no) "no"
+>
+<!ATTLIST select
+ name CDATA #REQUIRED
+>
+