Answer Posted / qim2010
The purpose of a DTD is to define the legal building blocks
of an XML document. It defines the document structure with a
list of legal elements. A DTD can be declared inline in your
XML document, or as an external reference.
XML provides an application independent way of sharing data.
With a DTD, independent groups of people can agree to use a
common DTD for interchanging data. Your application can use
a standard DTD to verify that data that you receive from the
outside world is valid. You can also use a DTD to verify
your own data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the map interface?
How are the elements of a borderlayout organized?
what is meant by JRMP?
What is the argument type of a programs main() method?
What is the relationship between an event-listener interface and an event-adapter class?
What are the design considerations while making a choice between using interface and abstract class?
What do you need to set-up a cluster with jboss?
Which component handles cluster communication in jboss?
What is the immediate superclass of the applet class?
What must a class do to implement an interface?
What is threadfactory?
What’s jboss cache in short?
How messaging services are done, before release of JMS?
What is metaspace?
What are JTA/JTS and how they used by client?