166k views
2 votes
Which technology is the basis for XML?

User Kromey
by
5.2k points

2 Answers

3 votes

Answer/Explanation:

To have a way of encoding a programming language in a way that both man and machine can read. We program machines by typing words like

>>Ping ::1

Machines can't read Ping, but they can translate the code into 1s and 0s. This allows us to not turn every phrase into a long string of binary text so we can just type in a human language.

User Naimdjon
by
4.9k points
2 votes

Answer:

Unicode technology is the basis for XML.

Step-by-step explanation:

Unicode is the basis for XML: legal XML characters "are tab, carriage return, line feed, and the legal characters of Unicode and ISO/IEC 10646, and all XML processors must accept the UTF-8 and UTF-16 encodings of Unicode 3.1.

User Neptali
by
5.3k points