view etc/schema/xhtml-xstyle.rnc @ 111929:c8a80ac35b9a

Fix bug #1077 with popping new frames from a minibuffer-only frame. Do NOT merge with trunk! menu-bar.el (menu-bar-frame-for-menubar, menu-bar-positive-p): New functions. (menu-bar-showhide-menu) <menu-bar-mode, showhide-tool-bar>: Use them instead of `nil' and `>', respectively.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 09 Dec 2010 20:53:17 +0200
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*