plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-charent-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     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-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
       
     7      Revision: $Id: xhtml-charent-1.mod,v 1.1 2004-02-23 16:11:21 ylafon 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-modularization/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 %xhtml-lat1;
       
    28 
       
    29 <!ENTITY % xhtml-symbol
       
    30     PUBLIC "-//W3C//ENTITIES Symbols for XHTML//EN"
       
    31            "xhtml-symbol.ent" >
       
    32 %xhtml-symbol;
       
    33 
       
    34 <!ENTITY % xhtml-special
       
    35     PUBLIC "-//W3C//ENTITIES Special for XHTML//EN"
       
    36            "xhtml-special.ent" >
       
    37 %xhtml-special;
       
    38 
       
    39 <!-- end of xhtml-charent-1.mod -->