view etc/schema/xhtml-bdo.rnc @ 102906:dafde9e3d72b

* tramp-cache.el (tramp-flush-directory-property): Use the localname of KEY for check.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 09 Apr 2009 13:40:19 +0000
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