What is meant by Internal DTD?
Answers
Answered by
2
here is your answer
The document type (DOCTYPE) declaration consists of an internal, or references an external Document TypeDefinition (DTD). It can also have a combination of both internal and external DTDs. The DTD defines the constraints on the structure of an XML document.
hope it helps u
The document type (DOCTYPE) declaration consists of an internal, or references an external Document TypeDefinition (DTD). It can also have a combination of both internal and external DTDs. The DTD defines the constraints on the structure of an XML document.
hope it helps u
shizukasharma7:
I didn't mean that
Answered by
1
hey dear your answer is here..
Internal DTD. A DTD is referred to as an internal DTD if elements are declared within the XML files. To reference it as internal DTD, standalone attribute in XML declaration must be set to yes. This means the declaration works independent of external source.
Internal DTD. A DTD is referred to as an internal DTD if elements are declared within the XML files. To reference it as internal DTD, standalone attribute in XML declaration must be set to yes. This means the declaration works independent of external source.
Similar questions