Mercurial > emacs
view etc/schema/xhtml-link.rnc @ 99583:e84316087c93
(run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg
if noninteractive is non-zero.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 15 Nov 2008 16:19:28 +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*