Initial commit
This commit is contained in:
commit
a491ef2093
813 changed files with 345031 additions and 0 deletions
11
site-lisp/nxml-mode-20041004/schema/xhtml-image.rnc
Normal file
11
site-lisp/nxml-mode-20041004/schema/xhtml-image.rnc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Image Module
|
||||
|
||||
img = element img { img.attlist }
|
||||
img.attlist =
|
||||
Common.attrib,
|
||||
attribute src { URI.datatype },
|
||||
attribute alt { Text.datatype },
|
||||
attribute longdesc { URI.datatype }?,
|
||||
attribute height { Length.datatype }?,
|
||||
attribute width { Length.datatype }?
|
||||
Inline.class |= img
|
||||
Loading…
Add table
Add a link
Reference in a new issue