view etc/schema/xhtml-bdo.rnc @ 101627:e981ad018a7c

* mail/rmailedit.el (rmail-cease-edit): Add additional quotes to quoted From lines. * mail/rmail.el (rmail-show-message): Unquote From lines.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 29 Jan 2009 03:00:26 +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