Stylesheets
Stylesheets copied to clipboard
ODD to DTD generation problems #1
An ODD declaration like this
<elementSpec ident="abob">
<desc>Just one bob since max is not specified</desc>
<content>
<elementRef key="bob" minOccurs="1"/>
</content>
</elementSpec>
generates the following invalid content model in a DTD
<!ELEMENT abob bob>
(Parens are needed round the "bob")