<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<author>
  
  <id>60614</id>
  <name><![CDATA[Bill Rosenblatt]]></name>
  <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
  <fans_count type="integer">0</fans_count>
  <followers_count type="integer">0</followers_count>
  <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
  <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
  <about><![CDATA[]]></about>
  <influences><![CDATA[]]></influences>
  <gender></gender>
  <hometown></hometown>
  <born_at></born_at>
  <died_at></died_at>
  
  <books>
        <book>
  <id type="integer">299534</id>
  <isbn>0596009658</isbn>
  <isbn13>9780596009656</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[Learning the bash Shell]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1173510495m/299534.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1173510495s/299534.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/299534.Learning_the_bash_Shell</link>
  <average_rating>3.50</average_rating>
  <ratings_count>18</ratings_count>
  <description>
    <![CDATA[O'Reilly's bestselling book on Linux's bash shell is at it again.  Now that Linux is an established player both as a server and on the desktop <em>Learning the bash Shell</em> has been updated and refreshed to account for all the latest changes.  Indeed, this third edition serves as the most valuable guide yet to the bash shell.     As any good programmer knows, the first thing users of the Linux operating system come face to face with is the shell the UNIX term for a user interface to the system.  In other words, it's what lets you communicate with the computer via the keyboard and display.  Mastering the bash shell might sound fairly simple but it isn't.  In truth, there are many complexities that need careful explanation, which is just what <em>Learning the bash Shell</em> provides.    If you are new to shell programming, the book provides an excellent introduction, covering everything from the most basic to the most advanced features.  And if you've been writing shell scripts for years, it offers a great way to find out what the new shell offers.  <em>Learning the bash Shell</em> is also full of practical examples of shell commands and programs that will make everyday use of Linux that much easier.  With this book, programmers will learn:  &lt;ul&gt;&lt;li&gt;How to install bash as your login shell&lt;/li&gt;  &lt;li&gt;The basics of interactive shell use, including UNIX file and directory structures, standard I/O, and background jobs&lt;/li&gt;   &lt;li&gt;Command line editing, history substitution, and key bindings&lt;/li&gt;    &lt;li&gt;How to customize your shell environment without programming&lt;/li&gt;    &lt;li&gt;The nuts and bolts of basic shell programming, flow control structures, command-line options and typed variables&lt;/li&gt;    &lt;li&gt;Process handling, from job control to processes, coroutines and subshells&lt;/li&gt;    &lt;li&gt;Debugging techniques, such as trace and verbose modes&lt;/li&gt;    &lt;li&gt;Techniques for implementing system-wide shell customization and features related to system security&lt;/li&gt;&lt;/ul&gt;]]>
  </description>
<authors>
    <author>
    <id>172715</id>
        <name><![CDATA[Cameron Newham]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/172715.Cameron_Newham]]></link>
    <average_rating>3.62</average_rating>
    <ratings_count>32</ratings_count>
    <text_reviews_count>4</text_reviews_count>
  </author>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
  </authors>  <published>1996</published>
</book>

        <book>
  <id type="integer">338105</id>
  <isbn>284177015X</isbn>
  <isbn13>9782841770151</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Introduction à GNU Emacs]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1173866337m/338105.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1173866337s/338105.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/338105.Introduction_GNU_Emacs</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[GNU Emacs is the most popular and widespread of the Emacs family of editors. It is also the most powerful and flexible. Unlike all other text editors, GNU Emacs is a complete working environment--you can stay within Emacs all day without leaving. <em>Learning GNU Emacs</em>, 3rd Edition tells readers how to get started with the GNU Emacs editor. It is a thorough guide that will also &quot;grow&quot; with you: as you become more proficient, this book will help you learn how to use Emacs more effectively. It takes you from basic Emacs usage (simple text editing) to moderately complicated customization and programming.     The third edition of <em>Learning GNU Emacs</em> describes Emacs 21.3 from the ground up, including new user interface features such as an icon-based toolbar and an interactive interface to Emacs customization.  A new chapter details how to install and run Emacs on Mac OS X, Windows, and Linux, including tips for using Emacs effectively on those platforms.     <em>Learning GNU Emacs</em>, third edition, covers:   &lt;ul&gt;&lt;li&gt;How to edit files with Emacs   &lt;/li&gt;&lt;li&gt;Using the operating system shell through Emacs   &lt;/li&gt;&lt;li&gt;How to use multiple buffers, windows, and frames   &lt;/li&gt;&lt;li&gt;Customizing Emacs interactively and through startup files   &lt;/li&gt;&lt;li&gt;Writing macros to circumvent repetitious tasks   &lt;/li&gt;&lt;li&gt;Emacs as a programming environment for Java, C++, and Perl, among others   &lt;/li&gt;&lt;li&gt;Using Emacs as an integrated development environment (IDE)   &lt;/li&gt;&lt;li&gt;Integrating Emacs with CVS, Subversion and other change control systems for projects with multiple developers  &lt;/li&gt;&lt;li&gt;Writing HTML, XHTML, and XML with Emacs   &lt;/li&gt;&lt;li&gt;The basics of Emacs Lisp&lt;/li&gt;&lt;/ul&gt;  The book is aimed at new Emacs users, whether or not they are programmers. Also useful for readers switching from other Emacs implementations to GNU Emacs. ]]>
  </description>
<authors>
    <author>
    <id>60615</id>
        <name><![CDATA[Debra Cameron]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60615.Debra_Cameron]]></link>
    <average_rating>3.67</average_rating>
    <ratings_count>24</ratings_count>
    <text_reviews_count>2</text_reviews_count>
  </author>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
  </authors>  <published>1991</published>
</book>

        <book>
  <id type="integer">1635038</id>
  <isbn>1565920546</isbn>
  <isbn13>9781565920545</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Learning the Korn Shell]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1186156395m/1635038.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1186156395s/1635038.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1635038.Learning_the_Korn_Shell</link>
  <average_rating>2.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[This Nutshell Handbook(R) is a thorough introduction to the Korn shell, both as a user interface and as a programming language.<p>The Korn shell, like the C and Bourne shells, is a program that interprets UNIX commands. It has many features that aren't found in other shells, including command history (the ability to recall and edit previous commands). The Korn shell is also faster; several of its features allow you to write programs that execute more quickly than their Bourne or C shell equivalents.<p>This book provides a clear and concise explanation of the Korn shell's features. It explains <em>ksh</em> string operations, co-processes, signals and signal handling, and one of the worst &quot;dark corners&quot; of shell programming: command-line interpretation. It does this by introducing simple real-life examples and then adding options and complexity in later chapters,  illustrating the way real-world script development generally proceeds. An  additional (and unique) programming aid, a Korn shell debugger (<em>kshdb</em>), is  also included.<p><em>Learning the Korn Shell</em> is an ideal resource for many UNIX users and programmers, including software developers who want to &quot;prototype&quot; their designs, system administrators who want to write tools for their own use, and even novices who just want to use some of <em>ksh's</em> more advanced interactive features.</p></p></p>]]>
  </description>
<authors>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
  </authors>  <published>1993</published>
</book>

        <book>
  <id type="integer">800185</id>
  <isbn>0764548891</isbn>
  <isbn13>9780764548895</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Digital Rights Management: Business and Technology]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1178489184m/800185.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1178489184s/800185.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/800185.Digital_Rights_Management_Business_and_Technology</link>
  <average_rating>3.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[Digital rights management (DRM) is a set of business models and technologies that allows media companies to protect their intellectual property -- and profit in the online world. Cowritten by DRM pioneer William Rosenblatt, this lucid primer outlines the state of DRM today for media executives and IT decision-makers, covering business models (such as subscriptions), core technologies (watermarking, encryption, authentication), standards (such as XrML), vendors, and more.]]>
  </description>
<authors>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
    <author>
    <id>287392</id>
        <name><![CDATA[Stephen Mooney]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/287392.Stephen_Mooney]]></link>
    <average_rating>3.64</average_rating>
    <ratings_count>228</ratings_count>
    <text_reviews_count>24</text_reviews_count>
  </author>
  </authors>  <published>2001</published>
</book>

        <book>
  <id type="integer">6530298</id>
  <isbn>487311277X</isbn>
  <isbn13>9784873112770</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[入門 GNU Emacs 第3版]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6530298-gnu-emacs-3</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>60615</id>
        <name><![CDATA[Debra Cameron]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60615.Debra_Cameron]]></link>
    <average_rating>3.67</average_rating>
    <ratings_count>24</ratings_count>
    <text_reviews_count>2</text_reviews_count>
  </author>
    <author>
    <id>135293</id>
        <name><![CDATA[James Elliott]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/135293.James_Elliott]]></link>
    <average_rating>3.72</average_rating>
    <ratings_count>46</ratings_count>
    <text_reviews_count>4</text_reviews_count>
  </author>
    <author>
    <id>135291</id>
        <name><![CDATA[Marc Loy]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/135291.Marc_Loy]]></link>
    <average_rating>3.72</average_rating>
    <ratings_count>18</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>303266</id>
        <name><![CDATA[Eric Raymond]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/303266.Eric_Raymond]]></link>
    <average_rating>2.00</average_rating>
    <ratings_count>1</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
    <author>
    <id>2954580</id>
        <name><![CDATA[半田 剣一]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2954580._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>920924</id>
        <name><![CDATA[宮下 尚]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/920924._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>2954581</id>
        <name><![CDATA[新井 貴之]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2954581._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>2954582</id>
        <name><![CDATA[鈴木 和也]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2954582._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>2007</published>
</book>

        <book>
  <id type="integer">2141609</id>
  <isbn>2841774031</isbn>
  <isbn13>9782841774036</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Le Shell Bash]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/2141609.Le_Shell_Bash</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>172715</id>
        <name><![CDATA[Cameron Newham]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/172715.Cameron_Newham]]></link>
    <average_rating>3.62</average_rating>
    <ratings_count>32</ratings_count>
    <text_reviews_count>4</text_reviews_count>
  </author>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
  </authors>  <published>2006</published>
</book>

        <book>
  <id type="integer">6530331</id>
  <isbn>4873112540</isbn>
  <isbn13>9784873112541</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[入門bash 第3版]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6530331-bash-3</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>2954634</id>
        <name><![CDATA[キャメロン ニューハム]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2954634._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>2954635</id>
        <name><![CDATA[ビル ローゼンブラット]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2954635._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>172715</id>
        <name><![CDATA[Cameron Newham]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/172715.Cameron_Newham]]></link>
    <average_rating>3.62</average_rating>
    <ratings_count>32</ratings_count>
    <text_reviews_count>4</text_reviews_count>
  </author>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
    <author>
    <id>2954588</id>
        <name><![CDATA[クイープ]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2954588._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>2005</published>
</book>

        <book>
  <id type="integer">6530347</id>
  <isbn>4873110149</isbn>
  <isbn13>9784873110141</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[入門 Kornシェル]]>
  </title>
  <image_url>http://www.goodreads.com/images/nocover-111x148.jpg</image_url>
  <small_image_url>http://www.goodreads.com/images/nocover-60x80.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/6530347-korn</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>2954635</id>
        <name><![CDATA[ビル ローゼンブラット]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2954635._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
    <author>
    <id>2954654</id>
        <name><![CDATA[村井 哲]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/2954654._]]></link>
    <average_rating>0.0</average_rating>
    <ratings_count>0</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>2000</published>
</book>

        <book>
  <id type="integer">800184</id>
  <isbn>0759642982</isbn>
  <isbn13>9780759642980</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Discipline: Six Steps to Unleashing Your Hidden Potential]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1178489183m/800184.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1178489183s/800184.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/800184.Discipline_Six_Steps_to_Unleashing_Your_Hidden_Potential</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[This book describes how to acquire the most important ingredient in one's lifetime: Discipline. With it, you can achieve everything; without it, you will struggle to exist. Those who do will have no limitations in accomplishing their wildest aspirations.   <p>Discipline is unique because it is simple, short, and straightforward. It shows you how to block life's unexpected obstacles by establishing rules and guidelines and, more importantly, adhering to them. It shows you how to complete your goals by setting priorities. And it shows you how to prepare for battle everyday, to pick yourself up mentally, to never become complacent, thus illustrating how to always remain focused no matter what the circumstances.  <p>The book describes Harris Kern's interpretation of Discipline, what it meant to him, and what it can mean to your own future. It also challenges the common notion that success can be obtained by simply applying a formula, without having to work hard.</p></p>]]>
  </description>
<authors>
    <author>
    <id>178183</id>
        <name><![CDATA[Harris Kern]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/178183.Harris_Kern]]></link>
    <average_rating>3.11</average_rating>
    <ratings_count>9</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
    <author>
    <id>60614</id>
        <name><![CDATA[Bill Rosenblatt]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <small_image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-50x66.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60614.Bill_Rosenblatt]]></link>
    <average_rating>3.42</average_rating>
    <ratings_count>38</ratings_count>
    <text_reviews_count>6</text_reviews_count>
  </author>
  </authors>  <published>2001</published>
</book>

      <books>
</author>
</GoodreadsResponse>