view etc/schema/xhtml-xstyle.rnc @ 107334:93601e9ff001

Fix orgcard.tex pdf landscape format. * refcards/orgcard.tex: Use pdflayout.sty. * refcards/Makefile (orgcard.pdf): Special rule no longer needed.
author Glenn Morris <rgm@gnu.org>
date Thu, 04 Mar 2010 19:01:38 -0800
parents 55a95acb5aa1
children
line wrap: on
line source

# Style Module

style = element style { style.attlist, text }
style.attlist =
  title.attrib,
  I18n.attrib,
  attribute type { ContentType.datatype },
  attribute media { MediaDesc.datatype }?,
  attribute xml:space { "preserve" }?
head.content &= style*