Can someone please help me out here.. I am trying to convert a .xml
file to .dtd file.. I got this .xml file from google.
<?xml version="1.0"?>
<book>
<person>
<first>Kiran</first>
<last>Pai</last>
<age>22</age>
</person>
<person>
<first>Bill</first>
<last>Gates</last>
<age>46</age>
</person>
<person>
<first>Steve</first>
<last>Jobs</last>
<age>40</age>
</person>
</book>
Please could you help me out using this example to convert this .XML to .DTD file. I don't know how to do it and I wanna know please...You can use any example that you want..Thank you in advance..