disabling empty content with DTD
843834Apr 14 2003 — edited Apr 14 2003Hello,
I've only recently started working with DTDs and have been unable to specify that the content of a certain element should never be empty.
Is it at all possible ?
<!ELEMENT elem1 (#PCDATA)>
allows <elem1/> !!!
I'm using the JAXP default parser implementation.
Thanks in advance.
Nuno