File: xhtml-basic-svg-tiny.dtd

package info (click to toggle)
w3c-sgml-lib 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,072 kB
  • ctags: 2
  • sloc: xml: 561; perl: 39; sh: 14; makefile: 10
file content (18 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!-- ....................................................................... -->
<!-- XHTML Basic plus SVG Tiny DTD  ........................................ -->
<!-- URI: http://www.w3.org/2002/04/xhtml-math-svg/xhtml-basic-svg-tiny.dtd
-->

<!ENTITY % XHTML.version
         "-//W3C//DTD XHTML Basic plus SVG Tiny//EN" >

<!ENTITY % XHTML.Basic.module "INCLUDE" >
<!ENTITY % MATHML.module      "IGNORE" >
<!ENTITY % SVG.Tiny.module    "INCLUDE" >

<!ENTITY % XHTML-MATH-SVG.dtd
    PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" 
           "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd" >
%XHTML-MATH-SVG.dtd;

<!-- end of xhtml-basic-svg-tiny.dtd -->