comparison etc/schema/xhtml-meta.rnc @ 86361:38f93f3d00a2

Initial merge of nxml
author Mark A. Hershberger <mah@everybody.org>
date Fri, 23 Nov 2007 06:58:00 +0000
parents
children
comparison
equal deleted inserted replaced
86360:aa83d83c27fe 86361:38f93f3d00a2
1 # Meta Module
2
3 meta = element meta { meta.attlist }
4 meta.attlist =
5 I18n.attrib,
6 attribute http-equiv { NMTOKEN.datatype }?,
7 attribute name { NMTOKEN.datatype }?,
8 attribute content { text }?,
9 attribute scheme { text }?
10 head.content &= meta*