<?xml version="1.0"?>
<BookCatalogue xmlns="http://www.publishing.org"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               xsi:schemaLocation=
                              "http://www.publishing.org
                               BookCatalogue2.xsd">
        <Book>
                <Title>Yogasana Vijnana: the Science of Yoga</Title>
                <Author>Dhirendra Brahmachari</Author>
                <Date>1966</Date>
                <ISBN>81-40-34319-4</ISBN>
                <Publisher>Dhirendra Yoga Publications</Publisher>
                <Cost currency="INR">11.50</Cost>
        </Book>
        <Book>
                <Title>The First and Last Freedom</Title>
                <Author>J. Krishnamurti</Author>
                <Date>1954</Date>
                <ISBN>0-06-064831-7</ISBN>
                <Publisher>Harper &amp; Row</Publisher>
                <Cost currency="USD">2.95</Cost>
        </Book>
</BookCatalogue>
