File: xhtml-link.rnc

package info (click to toggle)
nxml-mode 20041004-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,448 kB
  • ctags: 1,105
  • sloc: lisp: 27,512; xml: 686; makefile: 116; sh: 37
file content (13 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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*