<?xml version="1.0" encoding="UTF-8"?>
<BestSellerList>
    <Book>
        <Title>Cell</Title>
        <Author>Stephen King</Author>
    </Book>
    <Book>
        <Title>Memory In Death</Title>
        <Author>J. D. Robb</Author>
    </Book>
    <Book>
        <Title>The Da Vinci Code</Title>
        <Author>Dan Brown</Author>
    </Book>
    <Book>
        <Title>The Hostage</Title>
        <Author>W. E. B. Griffen</Author>
    </Book>
    <Book>
        <Title>The Last Templar</Title>
        <Author>Raymond Khoury</Author>
    </Book>
</BestSellerList>

