Reputation:
<!ELEMENT Studiengang (Name,Fachgruppe,Studienbereich)>
<!ELEMENT Fachgruppe (#PCDATA)>
<!ELEMENT Studienbereich (#PCDATA)>
Hi , i have this dtd and i wanted to translate that to jdom, my problem is, that Name has not a element in the dtd, but fachgruppe and studienbereich has one...? What i should now do?
Should I create a element for name?
I am not sure, because Fachgruppe and Studienbereich have both a Element in the dtdt, but name not... So its not really clear for my what I have now to do...
Upvotes: 0
Views: 29