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

« back to all changes in this revision

Viewing changes to basic/xhtml-charent-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 Character Entities Module  ......................................... -->
 
3
<!-- file: xhtml-charent-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-charent-1.mod,v 1.13 2000/12/19 10:19:37 mimasa Exp $ SMI
 
8
 
 
9
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
10
 
 
11
       PUBLIC "-//W3C//ENTITIES XHTML Character Entities 1.0//EN"
 
12
       SYSTEM "http://www.w3.org/TR/xhtml-modulatization/DTD/xhtml-charent-1.mod"
 
13
 
 
14
     Revisions:
 
15
     (none)
 
16
     ....................................................................... -->
 
17
 
 
18
<!-- Character Entities for XHTML
 
19
 
 
20
     This module declares the set of character entities for XHTML,
 
21
     including the Latin 1, Symbol and Special character collections.
 
22
-->
 
23
 
 
24
<!ENTITY % xhtml-lat1
 
25
    PUBLIC "-//W3C//ENTITIES Latin 1 for XHTML//EN"
 
26
           "xhtml-lat1.ent" >
 
27
<!ENTITY % xhtml-symbol
 
28
    PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN"
 
29
           "xhtml-symbol.ent" >
 
30
<!ENTITY % xhtml-special
 
31
    PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
 
32
           "xhtml-special.ent" >
 
33
 
 
34
%xhtml-lat1;
 
35
%xhtml-symbol;
 
36
%xhtml-special;
 
37
 
 
38
<!-- end of xhtml-charent-1.mod -->