Write an XML document that represents a book with the title attribute and one nested element named authors.
The authors element should have two or more child elements named author with only the name attribute.
You can skip the prologue here.