view etc/schema/xhtml-image.rnc @ 107834:f36f0163800c

Restore C_SWITCH_X_MACHINE and C_SWITCH_X_SYSTEM.
author Jan D. <jan.h.d@swipnet.se>
date Mon, 12 Apr 2010 13:28:56 +0200
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