view etc/schema/xhtml-bdo.rnc @ 109466:91bbf4e4290f

* NEWS: Mention --enable-checking is now supported on Windows.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 Jul 2010 15:39:19 +0200
parents 38f93f3d00a2
children
line wrap: on
line source

# Bi-directional Module

bdo = element bdo { bdo.attlist, Inline.model }
bdo.attlist = Core.attrib, lang.attrib, dir.attrib
dir.attrib = attribute dir { "ltr" | "rtl" }
I18n.attrib &= dir.attrib?
Inline.class |= bdo