view etc/schema/xhtml-param.rnc @ 96289:2e5fb8825124

(x_default_font_parameter): If Xft is available, first try Monospace-12 for the default font.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 25 Jun 2008 22:29:20 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Param Module

param = element param { param.attlist }
param.attlist =
  id.attrib,
  attribute name { text },
  attribute value { text }?,
  attribute valuetype { "data" | "ref" | "object" }?,
  attribute type { ContentType.datatype }?