view etc/schema/xhtml-edit.rnc @ 107152:34e2c3832e08

(ad-compile-function): Suppress byte-compiler warnings, since it is annoying for the user to see them each time he runs the code.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 15 Feb 2010 14:55:51 -0500
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