Saturday, July 19, 2008

Why Use a DTD?

  1. With a DTD, each of your XML files can carry a description of its own format.
  2. With a DTD, independent groups of people can agree to use a standard DTD for interchanging data.
  3. Your application can use a standard DTD to verify that the data you receive from the outside world is valid.
  4. You can also use a DTD to verify your own data.

No comments: