xhtml-meta.rnc 250 B

1234567891011
  1. # Meta Module
  2. meta = element meta { meta.attlist }
  3. meta.attlist =
  4. I18n.attrib,
  5. attribute http-equiv { NMTOKEN.datatype }?,
  6. attribute name { NMTOKEN.datatype }?,
  7. attribute content { text }?,
  8. attribute scheme { text }?
  9. head.content &= meta*