Updated: Friday, September 01,2023-09-01 11:31:31
parent
9a7fec5e38
commit
9c0569e421
|
@ -9,4 +9,26 @@ Inspired by the Quil Specifications [doc](https://quil-lang.github.io/#1Preamble
|
|||
Table of Contents
|
||||
- 1. Preamble
|
||||
- 1.1 An Introduction QXL
|
||||
-
|
||||
|
||||
Simple Example of XML:
|
||||
<catalog>
|
||||
<book isbn=”0385504209”>
|
||||
<title>Da Vinci Code</title>
|
||||
<author>Dan Brown</author>
|
||||
</book>
|
||||
<book isbn=”0553294385”>
|
||||
<title>I, robot</title>
|
||||
<author>Isaac Asimov</author>
|
||||
</book>
|
||||
</catalog>
|
||||
<mycontacts>
|
||||
<person>
|
||||
<name>John Doe</name>
|
||||
<email>jdoe@example.org</email>
|
||||
</person>
|
||||
|
||||
<person>
|
||||
<name>Richard Feynman<name>
|
||||
<occupation>scientist</occupation>
|
||||
</person>
|
||||
</mycontacts>
|
Loading…
Reference in New Issue