view etc/schema/xhtml-param.rnc @ 95142:f64ddc606a66

(syms-of-font) <font-encoding-alist>: (Ffontp, Ffont_make_gstring): Fix typos in docstrings. (Flist_fonts, Ffont_family_list, Ffont_fill_gstring, Fquery_font, Ffont_otf_alternates): Doc fixes.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 20 May 2008 16:00:55 +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 }?