Mercurial > emacs
comparison etc/schema/xhtml-table.rnc @ 91239:2fcaae6177a5
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-300
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sun, 16 Dec 2007 05:08:49 +0000 |
parents | 309bef8b751c |
children |
comparison
equal
deleted
inserted
replaced
91238:5cf14a2107b5 | 91239:2fcaae6177a5 |
---|---|
1 # Tables Module | 1 # Tables Module |
2 | 2 |
3 # This builds on the basic tables module, unlike with the DTD | 3 # This builds on the basic tables module, unlike with the DTD |
4 # implementation. | 4 # implementation. |
5 | 5 |
6 include "xhtml-basic-table.rnc" { | 6 include "xhtml-btable.rnc" { |
7 table = | 7 table = |
8 element table { | 8 element table { |
9 table.attlist, | 9 table.attlist, |
10 caption?, | 10 caption?, |
11 (col* | colgroup*), | 11 (col* | colgroup*), |