view etc/schema/xhtml-image.rnc @ 95657:c4f5f8f64d1f

* menu.c [HAVE_X_WINDOWS]: Include "xterm.h". * Makefile.in (menu.o): Update dependencies.
author Andreas Schwab <schwab@suse.de>
date Sun, 08 Jun 2008 09:26:02 +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