Pierre Attar
-
2004-01-20
- labels: 603923 -->
As soon as the option is set, should either generate :
<!ELEMENT %SUJET_EL; (%METIER_EL;,%
DOMAINE_EL;+,%INTRO_EL;,(%SYNONYM_EL;)?)>
or
<!ELEMENT SUJET
(METIER,DOMAINE+,INTRO,SYNONYM?)>
Note that the second option is more compact because
elements does not needs any parenthesis wrapper.