XML Terminology Flashcards

1
Q

XML

A

Extensible Markup Language. The language that feeds are written in

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Element

A

An element consists of an opening tag, its attributes, any content, and a closing tag.

<address></address>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Tag

A

A tag – either opening or closing – is used to mark the start or end of an element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Node

A

a generic term that applies to any part of the XML document, including elements, attributes, comments, processing instructions, and plain text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Parsing/ to parse

A

To take the individual parts of the feed/code and separate them so that the computer can make sense of them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Opening tag

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Closing tag

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Comment

A

A comment on an XML feed is not read by the computer and is only meant for developers or content managers who open the feed for them to understand something

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Root element

A

In all XML documents there is one element that all other information must be placed inside. In the case of the example above it is the element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Declaration

A

This tells us which version of XML schema is being used and the encoding being used.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Element

A

An element consists of an opening tag, its attributes, any content, and a closing tag.

<address></address>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Tag

A

A tag – either opening or closing – is used to mark the start or end of an element.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Node

A

a generic term that applies to any part of the XML document, including elements, attributes, comments, processing instructions, and plain text.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Parsing/ to parse

A

To take the individual parts of the feed/code and separate them so that the computer can make sense of them

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Opening tag

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Closing tag

A
17
Q

Comment

A

A comment on an XML feed is not read by the computer and is only meant for developers or content managers who open the feed for them to understand something

18
Q

Root element

A

In all XML documents there is one element that all other information must be placed inside. In the case of the example above it is the element.

19
Q

Declaration

A

This tells us which version of XML schema is being used and the encoding being used.