view etc/schema/xhtml-bdo.rnc @ 106364:2f2ce7005c10

(gnus-group-prepare-flat): Check also whether groups with no unread article should be listed if the 2nd arg `predicate' is given.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 02 Dec 2009 00:48:21 +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