Mercurial > emacs
view etc/schema/xhtml-link.rnc @ 104216:bf65b05e8cf1
* net/tramp.el (tramp-get-ls-command-with-dired): New defun.
(tramp-handle-insert-directory): Handle "--dired". (Bug#4075)
author | Michael Albinus <michael.albinus@gmx.de> |
---|---|
date | Sun, 09 Aug 2009 14:27:45 +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*