view etc/schema/xhtml-image.rnc @ 94709:2281719c874d

Switch to recommended form of GPLv3 permissions notice. Fix arch-tag format.
author Glenn Morris <rgm@gnu.org>
date Wed, 07 May 2008 03:12:07 +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