~ubuntu-branches/ubuntu/precise/w3c-sgml-lib/precise

« back to all changes in this revision

Viewing changes to htdocs/sgml-lib/REC-xhtml-modularization-20081008/xhtml-inlstyle-1.mod

  • Committer: Bazaar Package Importer
  • Author(s): Nicholas Bamber
  • Date: 2010-08-21 11:15:42 UTC
  • Revision ID: james.westby@ubuntu.com-20100821111542-cklvls9be6wh2f2z
Tags: upstream-1.1
ImportĀ upstreamĀ versionĀ 1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- ...................................................................... -->
 
2
<!-- XHTML Inline Style Module  ........................................... -->
 
3
<!-- file: xhtml-inlstyle-1.mod
 
4
 
 
5
     This is XHTML, a reformulation of HTML as a modular XML application.
 
6
     Copyright 1998-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
 
7
     Revision: $Id: xhtml-inlstyle-1.mod,v 4.0 2001/04/02 22:42:49 altheim Exp $
 
8
 
 
9
     This DTD module is identified by the PUBLIC and SYSTEM identifiers:
 
10
 
 
11
       PUBLIC "-//W3C//ENTITIES XHTML Inline Style 1.0//EN"
 
12
       SYSTEM "http://www.w3.org/MarkUp/DTD/xhtml-inlstyle-1.mod"
 
13
 
 
14
     Revisions:
 
15
     (none)
 
16
     ....................................................................... -->
 
17
 
 
18
<!-- Inline Style
 
19
 
 
20
     This module declares the 'style' attribute, used to support inline
 
21
     style markup. This module must be instantiated prior to the XHTML
 
22
     Common Attributes module in order to be included in %Core.attrib;.
 
23
-->
 
24
 
 
25
<!ENTITY % style.attrib
 
26
     "style        CDATA                    #IMPLIED"
 
27
>
 
28
 
 
29
 
 
30
<!ENTITY % Core.extra.attrib
 
31
     "%style.attrib;"
 
32
>
 
33
 
 
34
<!-- end of xhtml-inlstyle-1.mod -->