view etc/schema/xhtml-bdo.rnc @ 105158:bbb939ac799d

(rmail-reply): Don't try to add a References header when replying to mail without References or Message-Id. (Bug#4525)
author Glenn Morris <rgm@gnu.org>
date Wed, 23 Sep 2009 06:20:23 +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