-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathX.html
More file actions
17 lines (16 loc) · 677 Bytes
/
X.html
File metadata and controls
17 lines (16 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>The JavaScript Encyclopedia: X</title>
<link rel="stylesheet" href="encyclopedia.css" type="text/css">
</head>
<body><h1>X</h1>
<h2>x</h2>
<p>See <a href="H.html#hexadecimal">hexadecimal</a>.</p>
<h2>XML</h2>
<p>XML, or <a href="http://www.w3.org/TR/REC-xml">Extensible Markup Language</a>, is a document format based on <a href="http://www.iso.org/iso/catalogue_detail.htm?csnumber=16387">SGML</a>.
It is often misused as a data format.
See <a href="E.html#E4X">E4X</a>.</p>
<h2>xor <dfn>exclusive or</dfn></h2>
<p>See <a href="special.html#caret infix operator"><code>^</code> infix operator</a> <dfn>bitwise exclusive or</dfn>.</p>
</body>
</html>