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 |
What exactly is xml?
What is xsd file in c#?
Can xml be used for multimedia purpose?
What is fo file format?
What is rss feed url?
What are the standard ways of parsing xml document?
Explain about xml signature?
What is an rss feed for a blog?
How do I insert an xml file into word?
Is excel an xml file?
Why not just carry on extending html?
What is an rss subscription?