Hi,
I want to declare my DTD to force the XML node should have a value. For example I have the following XML structure.
<Employees>
<EmployeeID></EmployeeID>
<EmployeeName></EmployeeName>
<EmployeeAddress></EmployeeAddress>
</Employees>
I want the EmployeeID node value must exist for all the XMLs. So I want to create a DTD to have a value for the XML node.