plugins/org.w3c.css/bin/org/w3c/css/util/xml/xhtml-modularization/xhtml-bdo-1.mod
changeset 476 20536eb3b9ff
parent 475 77edd0cbdfe0
child 477 b616697678bf
equal deleted inserted replaced
475:77edd0cbdfe0 476:20536eb3b9ff
     1 <!-- ...................................................................... -->
       
     2 <!-- XHTML BDO Element Module ............................................. -->
       
     3 <!-- file: xhtml-bdo-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-bdo-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//ELEMENTS XHTML BDO Element 1.0//EN"
       
    12        SYSTEM "http://www.w3.org/TR/xhtml-modularization/DTD/xhtml-bdo-1.mod"
       
    13 
       
    14      Revisions:
       
    15      (none)
       
    16      ....................................................................... -->
       
    17 
       
    18 <!-- Bidirectional Override (bdo) Element
       
    19 
       
    20      This modules declares the element 'bdo', used to override the
       
    21      Unicode bidirectional algorithm for selected fragments of text.
       
    22 
       
    23      DEPENDENCIES:
       
    24      Relies on the conditional section keyword %XHTML.bidi; declared
       
    25      as "INCLUDE". Bidirectional text support includes both the bdo
       
    26      element and the 'dir' attribute.
       
    27 -->
       
    28 
       
    29 <!ENTITY % bdo.element  "INCLUDE" >
       
    30 <![%bdo.element;[
       
    31 <!ENTITY % bdo.content
       
    32      "( #PCDATA | %Inline.mix; )*"
       
    33 >
       
    34 <!ENTITY % bdo.qname  "bdo" >
       
    35 <!ELEMENT %bdo.qname;  %bdo.content; >
       
    36 <!-- end of bdo.element -->]]>
       
    37 
       
    38 <!ENTITY % bdo.attlist  "INCLUDE" >
       
    39 <![%bdo.attlist;[
       
    40 <!ATTLIST %bdo.qname;
       
    41       %Core.attrib;
       
    42       xml:lang     %LanguageCode.datatype;  #IMPLIED
       
    43       dir          ( ltr | rtl )            #REQUIRED
       
    44 >
       
    45 ]]>
       
    46 
       
    47 <!-- end of xhtml-bdo-1.mod -->