• You can have multiple authors of a book by using the following structure.

    <book>

           <author>

                <firstname>john1</firstname>

                <lastname>smith1</lastname>

           </author>

           <author>

                <firstname>john2</firstname>

                <lastname>smith2</lastname>

           </author>

    </book>