I see how this works for 1 book in the xml file. What if I had 5 or 50 books in the xml file, each with 5 to 10 attributes? How do I deserialize each book and make objects of each book where I can add them to a List<> and search through it for specifics, like title, isbn, price, author....? tks xlthim