Section 1

Preview this deck

XML stands for:

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 1, 2020

Cards (10)

Section 1

(10 cards)

XML stands for:

Front

eXtensible Markup Language.

Back

What are two ways to provide a formal definition of an XML application?

Front

DTD and XML Schema.

Back

You can define your own entity (tag) names in XML. How are name conflicts avoided?

Front

Through use of XML namespaces.

Back

Which of the following is the correct syntax for an XML declaration?

Front

<?xml version="1.0"?>

Back

Which of the following are valid XML names?

Front

BOOK and chapter 1

Back

Which of the following are advantages of an XML Schema over a DTD?

Front

XML Schemas use XML syntax and can express more data types.

Back

Why does the XML standard include support for a cdata section?

Front

To enclose character data that is not valid XML.

Back

Which of the following are characteristic of well-formed XML documents?

Front

All tags are closed, elements are properly nested, and there is only one root element.

Back

XML tags and their content are called:

Front

Elements.

Back

The purpose of XML is:

Front

To store and transport data.

Back