view etc/schema/xhtml-image.rnc @ 108520:a4cdc6d33cc6

* dos-fns.el: Add "dos-" prefix for namespace control. (convert-standard-filename): Define as alias for dos-convert-standard-filename but only if applicable.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 May 2010 20:35:07 -0400
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