← Prev in month ← Prev in thread

Simplified DocBook V1.1 informaltable HTML-style

From
Hussein Shafie <>
Date
2005-11-21T11:28:21+00:00
ID
Thread
Simplified DocBook V1.1 informaltable HTML-style
I may have found a bug in the Simplified DocBook V1.1 DTD:
A Simplified DocBook V1.1 informaltable, HTML-style, is required to have
a caption child element.

Excerpts of sdocbook.dtd (the problem probably comes from
sdocbook-custom.dtd, but it is clearer to show it in this file):
---
<!ENTITY % informaltable.table.mdl
	"((mediaobject+|tgroup+)
          |(caption, (col*|colgroup*), thead?, tfoot?, (tbody+|tr+)))">
<!ELEMENT informaltable (%informaltable.table.mdl;) >
---
← Prev in month ← Prev in thread