Updated: Friday, September 01,2023-09-01 11:31:31

main
shwetha729 2023-09-01 11:31:35 -04:00
parent 9a7fec5e38
commit 9c0569e421
1 changed files with 23 additions and 1 deletions

View File

@ -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>