Difference between DTD and XSD?



Difference between DTD and XSD?..

Answer / vinod kayartaya

Both DTD (Document Type Definition) and XSD (Xml Schema Definition) intends to do the same thing: define the structure of an XML document.

DTD was introduced in 1999 along with the XML specification. It addresses the following:
1. Define elements, attributes and entities
2. The content model (what is between open tag and closing tag) for each element.
3. The possible attributes for an element
4. The content data type for elements and attributes
5. Entities that can be referenced by an XML
and so on.

As XML became more and more popular, in 2001 W3C standardized XSD to define the structure of an XML with more features:
1. XSD is follows XML syntax
2. Introduced over 40 datatypes
3. constraints on the data (of elements/ attributes)
4. precise no.of occurences of elements
and so on.

The biggest advantage of using an XSD over DTD is that you can specify all your validation rules in an XSD and the parser can check the same for you before the actual application that needs the data gets it.

-Vinod Kayartaya (www.thejavatrainer.com)

Is This Answer Correct ?    29 Yes 10 No

Post New Answer

More JCAPS Interview Questions

What is a Scheduler?

2 Answers  


WHAT IS THE DIFFERENCE BETWEEN GLOBAL AND LOCAL DELIMTERS?

0 Answers   CTS,


What are the ways you can trigger a process?

4 Answers   HCL,


How do you implement an application without queues and topics in JAVACAPS source: file, DEST: Any DB?

1 Answers   CSC,


How to get separate log files for each services in JCAPS

1 Answers  






How can we route the data from JMS to different JCD's

4 Answers   Wipro,


What is an Enterprise Manager?

1 Answers  


What is an Enterprise Designer?

1 Answers  


Difference between DTD and XSD?

1 Answers   Patni,


What is a JCD?

2 Answers  


How to testing jcaps application using junit and other testing tools?

3 Answers  


How Can you implement the Load Balancing in JCAPS.

1 Answers   CSC,


Categories