JavaDeploy
SiteMap
Perl 1
Perl 2
ASP
XML
DTD Basics
«Prev
Next»
XML Introduction
XML Explanation
Describe Markup Languages
Define XML Metalanguage
Metalanguage Relationships
Lmitations of HTML
XML Intelligence
Describing Intelligent Terms
XML Goals
Approaches using XML
XML Conclusion
Creating XML Documents
Xml Document Requirements
XML Document Rules
Well Formed XML
Discerning Inherent Structure
Xml Mixed Content Application
Adding Xml Document Information
Xml Structure Conclusion
122
DTD Basics
Beyond Well Formedness
DTD Defined
DTD Creation Process
Element Type Declarations
Defining DTD - Quiz
Mixed Content Elements
XML Mixed Content
Referencing DTD Declarations
DTD XML File
File Declarations
DTD Checklist
Simple Complex DTD
XML Document - Quiz
Attributes Entities
Intro Defining Attributes Entities
Declaring Attributes - DTD
Attribute List Declaration Syntax
Defining Entities
Create Entities Within Dtd
Namespaces Establish Naming Conventions
XML Schemas
Xml Schemas Conclusion
122
XML Parsers
Defining DTD XML - Quiz
Each question is worth one point. Please select the best answer or answers for each question.
1.
What does an XML DTD allow you to do?
Please select the best answer.
A.
Create meaningful document structure and apply it consistently.
B.
Define which elements will be used and how.
C.
Share information across documents.
D.
Create well-formed XML documents.
2.
Which of the following descriptions applies to a valid XML document?
Please select the best answer.
A.
It is well-formed.
B.
It conforms to a specified DTD.
C.
It has an xml declaration (?xml?) indicating the xml version.
D.
It has a root element.
3.
Which of the following characteristics is true of an element name in a DTD?
Please select the best answer.
A.
Begins with the letters "xml"
B.
Uses all lower-case letters
C.
Uses the colon character
D.
Begins with a letter