Mercurial > emacs
view etc/schema/xhtml-link.rnc @ 111671:a608fdf9cdc5
* textmodes/reftex-ref.el (reftex-goto-label): Use the current
\ref's or \pageref's value as default instead of initial input.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Mon, 22 Nov 2010 09:09:41 +0100 |
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*