| 1 |
lars |
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-2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
|
|
7 |
Revision: $Id: xhtml-bdo-1.mod,v 1.4 2008/10/08 21:02:30 jules 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/MarkUp/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 -->
|