~ubuntu-branches/ubuntu/karmic/w3c-dtd-xhtml/karmic

« back to all changes in this revision

Viewing changes to basic/xhtml-text-1.mod

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Schutz
  • Date: 2003-04-03 17:45:26 UTC
  • Revision ID: james.westby@ubuntu.com-20030403174526-9537grl632z6296o
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ...................................................................... -->
 
2
<!-- XHTML Text Module  ................................................... -->
 
3
<!-- file: xhtml-text-1.mod
 
4
 
 
5
     This is XHTML, a reformulation of HTML as a modular XML application.
 
6
     Copyright 1998-2000 W3C (MIT, INRIA, Keio), All Rights Reserved.
 
7
     Revision: $Id: xhtml-text-1.mod,v 1.11 2000/12/19 10:26:19 mimasa Exp $ SMI
 
8
 
 
9
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
10
 
 
11
       PUBLIC "-//W3C//ELEMENTS XHTML Text 1.0//EN"
 
12
       SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-text-1.mod"
 
13
 
 
14
     Revisions:
 
15
     (none)
 
16
     ....................................................................... -->
 
17
 
 
18
<!-- Textual Content
 
19
 
 
20
     The Text module includes declarations for all core 
 
21
     text container elements and their attributes.
 
22
-->
 
23
 
 
24
<!ENTITY % xhtml-inlstruct.module "INCLUDE" >
 
25
<![%xhtml-inlstruct.module;[
 
26
<!ENTITY % xhtml-inlstruct.mod
 
27
     PUBLIC "-//W3C//ELEMENTS XHTML Inline Structural 1.0//EN"
 
28
            "xhtml-inlstruct-1.mod" >
 
29
%xhtml-inlstruct.mod;]]>
 
30
 
 
31
<!ENTITY % xhtml-inlphras.module "INCLUDE" >
 
32
<![%xhtml-inlphras.module;[
 
33
<!ENTITY % xhtml-inlphras.mod
 
34
     PUBLIC "-//W3C//ELEMENTS XHTML Inline Phrasal 1.0//EN"
 
35
            "xhtml-inlphras-1.mod" >
 
36
%xhtml-inlphras.mod;]]>
 
37
 
 
38
<!ENTITY % xhtml-blkstruct.module "INCLUDE" >
 
39
<![%xhtml-blkstruct.module;[
 
40
<!ENTITY % xhtml-blkstruct.mod
 
41
     PUBLIC "-//W3C//ELEMENTS XHTML Block Structural 1.0//EN"
 
42
            "xhtml-blkstruct-1.mod" >
 
43
%xhtml-blkstruct.mod;]]>
 
44
 
 
45
<!ENTITY % xhtml-blkphras.module "INCLUDE" >
 
46
<![%xhtml-blkphras.module;[
 
47
<!ENTITY % xhtml-blkphras.mod
 
48
     PUBLIC "-//W3C//ELEMENTS XHTML Block Phrasal 1.0//EN"
 
49
            "xhtml-blkphras-1.mod" >
 
50
%xhtml-blkphras.mod;]]>
 
51
 
 
52
<!-- end of xhtml-text-1.mod -->