view etc/schema/xhtml-edit.rnc @ 106788:cf03cdb87fff

* xfns.c (x_set_menu_bar_lines) [!USE_X_TOOLKIT && !USE_GTK]: Clear areas that will not be updated after change of menu bar lines. Clear the menu bar window's current matrix when the window gets empty.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Mon, 11 Jan 2010 14:19:47 +0900
parents 38f93f3d00a2
children
line wrap: on
line source

# Edit Module

del = element del { del.attlist, Inline.model }
del.attlist = Edit.attrib
ins = element ins { ins.attlist, Inline.model }
ins.attlist = Edit.attrib
Edit.attrib =
  attribute cite { URI.datatype }?,
  attribute datetime { Datetime.datatype }?
Edit.class = del | ins
Inline.class |= Edit.class
Block.class |= Edit.class