Can anyone tell me how can i reference a DTD inside another DTD.
For example:
<!ELEMENT Person(name, age, Adress)>
<!ELEMENT name #PCDATA>
<!ELEMENT age #PCDATA>
and Adress should reference another DTD:
Adress.dtd
<!ELEMENT Adress ( .......) >
Thank's a lot
.david
For example:
<!ELEMENT Person(name, age, Adress)>
<!ELEMENT name #PCDATA>
<!ELEMENT age #PCDATA>
and Adress should reference another DTD:
Adress.dtd
<!ELEMENT Adress ( .......) >
Thank's a lot
.david