adspace


What is dtd in xml?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Are you ready to relocate? : xslt

918


Do you feel that you have chosen the right technology xslt? : xslt

903


Do you feel that you are a good xslt programmer? : xslt

868


What are the ways to add styles to html?

997