view etc/schema/xhtml-bdo.rnc @ 106884:6a41bf7947b3

* tramp.texi (Frequently Asked Questions): Add GNU Emacs 23 and SXEmacs 22 to the supported systems. New item for hung ssh sessions.
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 17 Jan 2010 13:15:25 +0100
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