Add xml declaration and root element
Now let's modify the last parser so that
- prior to outputting the <Book>…</Book> subtrees we will output the xml declaration and then the root element start tag
- after outputting all of the <Book>…</Book> subtrees we will finish up by outputting the root element end tag