xhtml-xstyle.rnc 256 B

1234567891011
  1. # Style Module
  2. style = element style { style.attlist, text }
  3. style.attlist =
  4. title.attrib,
  5. I18n.attrib,
  6. attribute type { ContentType.datatype },
  7. attribute media { MediaDesc.datatype }?,
  8. attribute xml:space { "preserve" }?
  9. head.content &= style*