What is dtd in xml?



What is dtd in xml?..

Answer / Deep Shikha Srivastwa

Document Type Definition (DTD) is a component of XML used to define the structure and data types of an XML document. However, it has largely been replaced by XML Schemas due to its limited capabilities.nFor example:n```xmln<!DOCTYPE root [ n <!ELEMENT root (element*) > n <!ELEMENT element (#PCDATA) > n]n<root>n <element>Content</element>n</root>``

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More XML XSLT RSS Interview Questions

What exactly is xml?

1 Answers  


What is xsd file in c#?

1 Answers  


Can xml be used for multimedia purpose?

1 Answers  


What is fo file format?

1 Answers  


What is rss feed url?

1 Answers  


What are the standard ways of parsing xml document?

1 Answers  


Explain about xml signature?

1 Answers  


What is an rss feed for a blog?

1 Answers  


How do I insert an xml file into word?

1 Answers  


Is excel an xml file?

1 Answers  


Why not just carry on extending html?

1 Answers  


What is an rss subscription?

1 Answers  


Categories