view etc/schema/xhtml-applet.rnc @ 107451:d8347f5058b6

Use absolute directory names substituted by configure * lisp/Makefile.in (top_srcdir): Define. (abs_top_builddir): Define. (srcdir): Don't append `/..'. (EMACS): Use ${abs_top_builddir}. (all, compile, compile-always, compile-last): Don't set emacswd. (update-subdirs, update-authors): Use $(top_srcdir) instead of $(srcdir). (lisp): Use $(srcdir) instead of @srcdir@. * src/Makefile.in (abs_builddir): Define. (bootstrap_exe): Use it. (VPATH): Use $(srcdir) instead of @srcdir@.
author Andreas Schwab <schwab@linux-m68k.org>
date Sun, 21 Mar 2010 12:57:49 +0100
parents 38f93f3d00a2
children
line wrap: on
line source

# Applet Module

applet =
  element applet {
    applet.attlist,
    # No restrictions on mixed content in TREX.
    param*,
    Flow.model
  }
applet.attlist =
  Core.attrib,
  attribute alt { Text.datatype },
  attribute archive { text }?,
  attribute code { text }?,
  attribute codebase { URI.datatype }?,
  attribute object { text }?,
  attribute height { Length.datatype },
  attribute width { Length.datatype }
Inline.class |= applet