Mercurial > emacs
view etc/schema/xhtml-image.rnc @ 87100:188e26a999b0
Merge from emacs--rel--22, gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-945
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 00:46:40 +0000 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Image Module img = element img { img.attlist } img.attlist = Common.attrib, attribute src { URI.datatype }, attribute alt { Text.datatype }, attribute longdesc { URI.datatype }?, attribute height { Length.datatype }?, attribute width { Length.datatype }? Inline.class |= img