Document Declaration

An XML document should begin with an XML declaration, denoted by <?xml …… ?>. The three possible attributes are:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<bookslist>
</bookslist>