view etc/schema/xhtml-image.rnc @ 94696:c522dff11548

(substitute_object_recurse): Use lower-level primitives. Don't signal errors when traversing sub-char-tables. Don't loop over all the possible characters when traversing char-tables.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 06 May 2008 20:11:13 +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