view etc/schema/xhtml-link.rnc @ 97997:c1f5ac949139

(single_menu_item) [!HAVE_BOXES]: Enable emulation of toggle boxes and radio buttons on MS-DOS as well.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 05 Sep 2008 14:40:08 +0000
parents 38f93f3d00a2
children
line wrap: on
line source

# Link Module

link = element link { link.attlist }
link.attlist =
  Common.attrib,
  attribute charset { Charset.datatype }?,
  attribute href { URI.datatype }?,
  attribute hreflang { LanguageCode.datatype }?,
  attribute type { ContentType.datatype }?,
  attribute rel { LinkTypes.datatype }?,
  attribute rev { LinkTypes.datatype }?,
  attribute media { MediaDesc.datatype }?
head.content &= link*