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
Define the remote object implementation?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is synchronization and why is it important?
Whats new with the stop(), suspend() and resume() methods in jdk 1.2?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is a modular application?
Do you think that java should have had pointers?
Explain what is orm?
What is metaspace?
Why use a datasource when you can directly specify a connection details?
what is handle?
What are externizable interface?
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
Where can I find seam examples and documentation?