Mercurial > emacs
view etc/schema/xhtml-bdo.rnc @ 109140:3e48102ba93a
* src/atimer.c: Use "" instead of <> for local includes for
consistency with the rest of the code.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Sun, 04 Jul 2010 21:57:13 -0700 |
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