view etc/schema/xhtml-meta.rnc @ 97823:b3102226d335

* font.h (enum lgstring_indices): Delete it. (LGSTRING_XXX, LGLYPH_XXX): These macros moved to composite.h. (enum lglyph_indices): Likewise. (font_range): Extern adjusted. (font_fill_lglyph_metrics): Extern it.
author Kenichi Handa <handa@m17n.org>
date Fri, 29 Aug 2008 07:55:02 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Meta Module

meta = element meta { meta.attlist }
meta.attlist =
  I18n.attrib,
  attribute http-equiv { NMTOKEN.datatype }?,
  attribute name { NMTOKEN.datatype }?,
  attribute content { text }?,
  attribute scheme { text }?
head.content &= meta*