Used in conjunction with an XML parser that supports data validation, a DTD can be used to accomplish what?
What will be an ideal response?
A DTD can be used to:
-Ensure that all required elements are present in a document
-Enforce a specific data structure on a document
-Prevent undefined elements from being used in a document
-Specify the use of element attributes and define their permissible values
-Define default values for attributes
-Describe how parsers should access non-XML or nontextual content
Computer Science & Information Technology
You might also like to view...
The Web Page, HTML only setting is the default setting when you save a Web page
Indicate whether the statement is true or false
Computer Science & Information Technology
What process involves the changing of a program's internal structure without changing the way the program works?
A. Editing B. Code generation C. Code modification D. Code refactoring
Computer Science & Information Technology