Computer Science, asked by Mahek81731, 6 months ago

Difference between external and Internal DTD

Answers

Answered by BearKnight
0

Answer:

Internal DTD : You can write rules inside XML document using declaration. Scope of this DTD within this document. Advantages is document validated by itself without external reference. External DTD : You can write rules in a separate file .

Answered by pradeepbulandshahar
0

Answer:

when a DTD is declared within the file it is called internal DTD and if it is declared in a separate file it is called external DTD.

Similar questions