Mercurial > emacs
view etc/schema/xhtml-edit.rnc @ 94175:dfdc13740582
* configure.in: Define USE_LUCID/USE_MOTIF in config.h.
* lwlib/Makefile.in (TOOLKIT_DEFINES): Remove.
* src/Makefile.in (TOOLKIT_DEFINES): Remove.
(LIBW): Use a bit less #if, remove left over OPEN_LOOK stuff.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 18 Apr 2008 15:48:06 +0000 |
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