<?xml version="1.0" encoding="UTF-8"?>
<BestSellerList>
    <Book>
        <Title>Night (New Translation)</Title>
        <Author>Elie Wiesel</Author>
    </Book>
    <Book>
        <Title>A Million Little Pieces</Title>
        <Author>James Frey</Author>
    </Book>
    <Book>
        <Title>Night (Original Translation)</Title>
        <Author>Elie Wiesel</Author>
    </Book>
    <Book>
        <Title>Collapse</Title>
        <Author>Jared Diamond</Author>
    </Book>
    <Book>
        <Title>In Cold Blood</Title>
        <Author>Truman Capote</Author>
    </Book>
</BestSellerList>

