view etc/schema/xhtml-bdo.rnc @ 106464:67d9cb4f16c3

* vc-git.el (vc-git-print-log): Handle a limit argument. Display the short log in graph form and with labels. (vc-git-log-view-mode): Handle labels.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 06 Dec 2009 22:18:03 +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