2.3 DTDs

[xtpipes.dtd] [xtpipes-map.dtd]

<xtpipes> ... </xtpipes>

<..xtpipes.dtd..>
 <!-- xtpipes.dtd (2014-05-24-12:32), generated from xtpipes.tex
      Copyright (C) 2009-2010 TeX Users Group
      Copyright (C) 2002-2009 Eitan M. Gurari
 <.TeX4ht copyright.> -->
 <!ELEMENT xtpipes (#PCDATA <.xtpipes entries.>)* >
 <!ATTLIST xtpipes
           preamble  CDATA #IMPLIED DEFAULT (yes | no) "no"
           signature CDATA #IMPLIED                         >
 -_-_-

<..xtpipes-map.dtd..>
 <!-- xtpipes-map.dtd (2014-05-24-12:32), generated from xtpipes.tex
      Copyright (C) 2009-2010 TeX Users Group
      Copyright (C) 2002-2009 Eitan M. Gurari
 <.TeX4ht copyright.> -->
 <!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
 >
 -_-_-