Mercurial > emacs
view etc/schema/xhtml-edit.rnc @ 101431:331a66ef2091
(set-language-environment-coding-systems): If default-buffer-file-coding-system
is nil, set up to have EOLs that are native for the underlying system-type.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 24 Jan 2009 15:31:09 +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