61bfe0ab023c143d
New member
Whilst reading the Army Builder DTDs in http://www.armybuilder.com/docs/ab_kit.pdf, I notice that some of the element definitions seem not to follow the standard.
E.g. in the definition file DTD there is the line
<!ELEMENT release (#PCDATA, launch?)>
According to production 51 in the standard at http://www.w3.org/TR/REC-xml, shouldn't it be
<!ELEMENT release (#PCDATA | launch)* >
?
E.g. in the definition file DTD there is the line
<!ELEMENT release (#PCDATA, launch?)>
According to production 51 in the standard at http://www.w3.org/TR/REC-xml, shouldn't it be
<!ELEMENT release (#PCDATA | launch)* >
?