Mercurial > emacs
view etc/schema/xhtml-iframe.rnc @ 112110:5f273d1516d7
Small rst.el stuff.
* lisp/textmodes/rst.el (rst-compile-toolsets): Make it a defcustom.
Add `pdf' and `s5' entries. Use `prog.py' if found, otherwise
default to `prog' without a .py extension.
(rst-compile-pdf-preview, rst-compile-slides-preview):
Use program names from rst-compile-toolsets, rather than hard-coding.
(rst-portable-mark-active-p): Fix presumed typo.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Mon, 03 Jan 2011 20:47:39 -0800 |
parents | 38f93f3d00a2 |
children |
line wrap: on
line source
# Iframe Module iframe = element iframe { iframe.attlist, Flow.model } iframe.attlist = Core.attrib, attribute longdesc { URI.datatype }?, attribute src { URI.datatype }?, attribute frameborder { "1" | "0" }?, attribute width { Length.datatype }?, attribute height { Length.datatype }?, attribute marginwidth { Pixels.datatype }?, attribute marginheight { Pixels.datatype }?, attribute scrolling { "yes" | "no" | "auto" }? Inline.class |= iframe