McGraw-Hill OnlineMcGraw-Hill Higher EducationLearning Center
Student Center | Instructor Center | Information Center | Home
Intro to VB.NET
Projects
Comprehensive Projects
Chapter Objectives
PowerPoint Presentations
Multiple Choice Quiz
True or False
Examples from the Text
Feedback
Help Center


Learning Programming Using Visual Basic.Net
Bill Burrows, University of Washington
Joe Lanford, University of Rochester

Accessing Data: Using XML

True or False



1

Since XML schemas are built to define other XML documents, they do not need to follow the language syntax of XML themselves.
A)True.
B)False.
2

In a given XML document, the tags <id_code> and <ID_CODE> refer to the same object in the tree hierarchy.
A)True.
B)False.
3

An XML schema may define nested relationships between data elements in a given document.
A)True.
B)False.
4

A given XML document is created with only certain technologies in mind, and is therefore unable to be used by other technologies.
A)True.
B)False.
5

An XLST provides a useless method of transforming one document prolog to another document prolog.
A)True.
B)False.




McGraw-Hill/Irwin