<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	<author>
  
  <id>324830</id>
  <name><![CDATA[Simon St. Laurent]]></name>
  <link><![CDATA[http://www.goodreads.com/author/show/324830.Simon_St_Laurent]]></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">857508</id>
  <isbn>0596100507</isbn>
  <isbn13>9780596100506</isbn13>
  <text_reviews_count type="integer">1</text_reviews_count>
  <title>
    <![CDATA[XML Pocket Reference]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1178939258m/857508.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1178939258s/857508.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/857508.XML_Pocket_Reference</link>
  <average_rating>3.71</average_rating>
  <ratings_count>7</ratings_count>
  <description>
    <![CDATA[&lt;DIV&gt;&lt;DIV&gt;XML, the Extensible Markup Language, is everywhere: the syntax of choice for newly designed document formats across almost all computer applications. Now used daily by developers, XML is living up to its reputation as one of the most important developments in document interchange in the history of computing. <p> A perennial bestseller, the handy &quot;XML Pocket Reference&quot; from O'Reilly has been revised once again to give you quick access to the latest goods. In addition to its comprehensive look at XML, this third edition has been updated with new material on Namespaces and XML Schema--considered among the most important elements in current XML use--along with RELAX NG and Schematron, additional powerful tools for describing XML document structures. <p> Like other titles in O'Reilly's Pocket Reference series, the &quot;XML Pocket Reference,&quot; 3rd Edition features a well-organized format that gets right to the point. As a result, it's already won over the allegiance of developers everywhere. If you need XML answers quick and on the fly, this compact book is most definitely the book for you.</p></p>]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>123681</id>
        <name><![CDATA[Michael Fitzgerald]]></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/123681.Michael_Fitzgerald]]></link>
    <average_rating>3.50</average_rating>
    <ratings_count>46</ratings_count>
    <text_reviews_count>13</text_reviews_count>
  </author>
  </authors>  <published>2005</published>
</book>

        <book>
  <id type="integer">2522684</id>
  <isbn>0596518773</isbn>
  <isbn13>9780596518776</isbn13>
  <text_reviews_count type="integer">2</text_reviews_count>
  <title>
    <![CDATA[Learning Rails]]>
  </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/2522684.Learning_Rails</link>
  <average_rating>4.20</average_rating>
  <ratings_count>5</ratings_count>
  <description>
    <![CDATA[<em>Learning Rails</em> takes a web-centric approach to the popular web application framework, making it easier to get started.<br/>  <br/>  Most Rails books are written for programmers who have already worked in other frameworks. They explain how to handle the inner parts of an application first -- models and controllers -- before moving on to the view. For web developers who know HTML and JavaScript, though, starting with databases is a painful way to learn Rails. <br/>  <br/>  This book approaches Rails from the outer layer, letting web designers create something visible before reaching the difficult database models and controller code in the inner layers. With <em>Learning Rails</em>, you can start from the HTML and programming you already know, and then move more deeply into Ruby, objects, and database structures. <br/>  <br/>  Once the book gets you up and running, you'll learn how to:  &lt;ul&gt;  &lt;li&gt;Present content by building a simple application with a basic view and a simple controller, while learning Ruby along the way&lt;/li&gt;  &lt;li&gt;Build forms and process their results, moving from the simple to the complex&lt;/li&gt;  &lt;li&gt;Connect forms to models by setting up a database, and use Rails' Active Record to create code that maps to database structures&lt;/li&gt;  &lt;li&gt;Use Rails scaffold to build applications from a view-centric perspective&lt;/li&gt;   &lt;li&gt;Manage content with Rails using features like routing and layouts&lt;/li&gt;  &lt;li&gt;Add common web applications elements like sessions, cookies, and authentication&lt;/li&gt;  &lt;li&gt;Build applications that combine data in multiple tables&lt;/li&gt;  &lt;li&gt;Test data structures and deploy them to a production environment&lt;/li&gt;  &lt;li&gt;Create dynamic interfaces with Rails and Ajax&lt;/li&gt;  &lt;/ul&gt;  By the end of the book, you'll be comfortable working in Rails. You won't be a Ruby guru, but you'll be ready to take advantage of other resources for becoming one. <br/>  <br/>  This approach may test the patience of hardcore programmers. But, while databases and objects may be at the core of web application development, they aren't necessarily at the core of everyone's web application skills. If you'd rather learn Rails from the outside in, working with the more familiar view side of the application, you're in the right place with <em>Learning Rails</em>.]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>442127</id>
        <name><![CDATA[Edd Dumbill]]></name>
    <image_url><![CDATA[http://photo.goodreads.com/authors/1230663737p5/442127.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/authors/1230663737p2/442127.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/442127.Edd_Dumbill]]></link>
    <average_rating>4.38</average_rating>
    <ratings_count>8</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>0</published>
</book>

        <book>
  <id type="integer">853993</id>
  <isbn>0596001193</isbn>
  <isbn13>9780596001193</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Programming Web Services with XML-RPC (O'Reilly Internet Series)]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1178921883m/853993.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1178921883s/853993.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/853993.Programming_Web_Services_with_XML_RPC</link>
  <average_rating>3.40</average_rating>
  <ratings_count>5</ratings_count>
  <description>
    <![CDATA[Have you ever needed to share processing between two or more computers running programs written in different languages on different operating  systems? Or have you ever wanted to publish information on the Web so that programs other than browsers could work with it? XML-RPC, a system for remote procedure calls built on XML and the ubiquitous HTTP protocol, is the solution you've been looking for.    <em>Programming Web Services with XML-RPC</em> introduces the simple but powerful capabilities of XML-RPC, which lets you connect programs running on different computers with a minimum of fuss, by wrapping procedure calls in XML and establishing simple pathways for calling functions. With XML-RPC, Java programs can talk to Perl scripts, which can talk to Python programs, ASP applications, and so on. You can provide access to procedure calls without having to worry about the system on the other end, so it's easy to create services that are available on the Web.    XML-RPC isn't the only solution for web services; the Simple Object Access Protocol (SOAP) is another much-hyped protocol for implementing web services. While XML-RPC provides fewer capabilities than SOAP, it also has far fewer interoperability problems and its capabilities and limitations are much better understood. XML-RPC is also stable, with over 30 implementations on a wide variety of platforms, so you can start doing real work with it immediately.    <em>Programming Web Services with XML-RPC</em> covers the details of five XML-RPC implementations, so you can get started developing distributed applications in Java, Perl, Python, ASP, or PHP. The chapters on these implementations contain code examples that you can use as the basis for your own work. This book also provides in-depth coverage of the XML-RPC specification, which is helpful for low-level debugging of XML-RPC clients and servers. And if you want to build your own XML-RPC implementation for another environment, the detailed explanations in this book will serve as a foundation for that work.]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>56395</id>
        <name><![CDATA[Joe Johnston]]></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/56395.Joe_Johnston]]></link>
    <average_rating>3.96</average_rating>
    <ratings_count>26</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2001</published>
</book>

        <book>
  <id type="integer">843400</id>
  <isbn>0596005385</isbn>
  <isbn13>9780596005382</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Office 2003 XML]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1178833780m/843400.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1178833780s/843400.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/843400.Office_2003_XML</link>
  <average_rating>3.33</average_rating>
  <ratings_count>3</ratings_count>
  <description>
    <![CDATA[In Microsoft's Office 2003, users experience the merger of the power of the classic Office suite of applications with the fluidity of data exchange inherent in XML. With XML at its heart, the new version of Microsoft's desktop suite liberates the information stored in millions of documents created with Office software over the past fifteen years, making it available to a wide variety of programs.     <em>Office 2003 XML</em> offers an in-depth exploration of the relationship between XML and Office 2003, examining how the various products in the Office suite both produce and consume XML.  Developers will learn how they can connect Microsoft Office to others systems, while power users will learn to create and analyze XML documents using familiar Office tools.     The book begins with an overview of the XML features included in the various Office 2003 components, and explores in detail how Word, Excel, and Access interact with XML. This book covers both the user interface side, creating interfaces so that users can comfortably (and even unknowingly) work with XML, and the back end, exposing Office information to other processes. It also looks at Microsoft's new InfoPath application and how it fits with the rest of Office. Finally, the book's appendices introduce various XML technologies that may be useful in working with Office, including XSLT, W3C XML Schema, RELAX NG, and SOAP.   <em>Office 2003 XML</em> provides quick and clear guidance to a anyone who needs to import or export information from Office documents into other systems. Both XML programmers and Office power will learn how to get the most from this powerful new intersection between Office 2003 and XML. ]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>297164</id>
        <name><![CDATA[Evan Lenz]]></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/297164.Evan_Lenz]]></link>
    <average_rating>3.33</average_rating>
    <ratings_count>6</ratings_count>
    <text_reviews_count>1</text_reviews_count>
  </author>
  </authors>  <published>2004</published>
</book>

        <book>
  <id type="integer">2396222</id>
  <isbn>155828592X</isbn>
  <isbn13>9781558285927</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Xml: A Primer]]>
  </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/2396222.Xml_A_Primer</link>
  <average_rating>4.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[Simon St. Laurent's foray into XML is best described by an  adjective not often used with computer books: charming. From its  portable size to its playful code examples, <em>XML: A Primer</em> is an  interesting and well-crafted read. Stylistic considerations aside, it  is also a useful introduction for anyone who does considerable work in  HTML or SGML.<p>  St. Laurent explains the nuanced differences between  XML and HTML, stating, &quot;Using XML requires a different focus, demanding  that designers examine the way that their documents are built rather  than the way they are formatted.&quot; He later comments, &quot;XML doesn't go  nearly as far as SGML in requiring conformance to standards, but it may  still come as a shock to HTML developers. XML standards refer to  processors (parsers), not to browsers, because much XML development  will be intended for machine-readable data applications rather than  graphically exciting web pages.&quot;<p>  <p>If you are curious about the  hype surrounding XML, ready for an XML book you can read cover to  cover, and comfortable with lengthy code examples, <em>XML: A Primer</em>  will offer you the knowledge you need to understand this emerging  technology. </p></p></p>]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>1005249</id>
        <name><![CDATA[Simon St Laurent]]></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/1005249.Simon_St_Laurent]]></link>
    <average_rating>4.00</average_rating>
    <ratings_count>1</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>1998</published>
</book>

        <book>
  <id type="integer">2961527</id>
  <isbn>2841774015</isbn>
  <isbn13>9782841774012</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[XML, précis &amp; concis]]>
  </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/2961527.XML_pr_cis_concis</link>
  <average_rating>2.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>123681</id>
        <name><![CDATA[Michael Fitzgerald]]></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/123681.Michael_Fitzgerald]]></link>
    <average_rating>3.50</average_rating>
    <ratings_count>46</ratings_count>
    <text_reviews_count>13</text_reviews_count>
  </author>
  </authors>  <published>0</published>
</book>

        <book>
  <id type="integer">1897083</id>
  <isbn>0071341161</isbn>
  <isbn13>9780071341165</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Building Xml Applications]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1189988671m/1897083.jpg</image_url>
  <small_image_url>http://photo.goodreads.com/books/1189988671s/1897083.jpg</small_image_url>
  <link>http://www.goodreads.com/book/show/1897083.Building_Xml_Applications</link>
  <average_rating>2.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[With complete coverage of Extensible Markup Language (XML) and a focus on compatibility with the Java programming language tools, <em>Building XML Applications</em> by Simon St. Laurent and Ethan Cerami is a fitting choice for Java/XML developers. <p> <em>Building XML Applications</em> covers XML and its relationship to SGML and HTML (its Web markup language relatives). The book explores the power of XML as it relates to other key technologies, including relational databases, file systems, and object databases. Also illustrated is the symbiotic relationship XML will have with various information infrastructures. <p> This XML guide presents a step-by-step introduction to XML syntax. Well-formed documents are discussed in depth, and the guide explores available tools for helping you create Document Type Definitions (DTDs). It's rare to find an XML book that covers cascading style sheets (CSS), and Web developers will benefit from coverage of the competing document style models--the more established CSS and the lesser used eXtensible Style Language (XSL)--as the transition from CSS to XSL becomes more likely to occur.<p> There are generous sections on XML parsers with complete coverage of the /ELFRED and Microsoft parsers, as well as the Simple API for XML (SAX). Six real-world examples are provided, making this book appropriate for budding XML coders using both Java applets and full applications. With a good balance of foundational material and sample code, this title offers a well-rounded introduction to Java/XML application development. <em>--Stephen W. Plain</em></p></p></p>]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>636639</id>
        <name><![CDATA[Ethan Cerami]]></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/636639.Ethan_Cerami]]></link>
    <average_rating>2.67</average_rating>
    <ratings_count>3</ratings_count>
    <text_reviews_count>0</text_reviews_count>
  </author>
  </authors>  <published>1999</published>
</book>

        <book>
  <id type="integer">2091871</id>
  <isbn>007212220X</isbn>
  <isbn13>9780072122206</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[XML Elements of Style]]>
  </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/2091871.XML_Elements_of_Style</link>
  <average_rating>1.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[XML Elements of Style contains a hihg-level look at the structures XML provides and how best to use them. Readers with a basic back grounding in XML syntax can build on that foundation, moving from being able to create XML of some kind of XML of a useful kind.]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>1999</published>
</book>

        <book>
  <id type="integer">2091870</id>
  <isbn>007134621X</isbn>
  <isbn13>9780071346214</isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Inside XML DTDs: Scientific and Technical]]>
  </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/2091870.Inside_XML_DTDs_Scientific_and_Technical</link>
  <average_rating>1.00</average_rating>
  <ratings_count>1</ratings_count>
  <description>
    <![CDATA[The eXtensible Markup Language (XML) is challenging to learn, in part because it embodies both a mechanism to build customized data-oriented Web solutions and a set of previously developed ones to be exploited. <em>Inside XML DTDs</em> comes at the subject from both sides to illustrate the possibilities, preparing readers to create their own XML dialects.<p> This book really centers on the technical and scientific fields, demonstrating the benefits XML offers those disciplines through established XML implementations. MathML--an XML dialect that displays mathematical equations--and the Chemical Markup Language (CML) are two examples of the languages presented in depth. Authors Simon St. Laurent and Robert Biggar begin the book by pointing out the huge strides XML makes to span the gap between the technology of the Web and the language of many technology fields.<p> An introduction to the fundamental structures and syntax of XML is presented, culminating in chapters that focus on document type definitions (DTDs)--the core of the book. Some readers may be surprised that the majority of the book is dedicated to existing XML applications, but if they read closely they'll glean much useful information. <em>--Stephen W. Plain</em><p> <strong>Topics covered</strong>: XML syntax, DTD document design, XLink and XPointer, MathML, RDF and Dublin Core, VHGTM, CML, BioML, BSML, Weather Observation Markup Format, AML, AIML, and Perl-based XML processing.</p></p></p>]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>1999</published>
</book>

        <book>
  <id type="integer">6647181</id>
  <isbn nil="true"></isbn>
  <isbn13 nil="true"></isbn13>
  <text_reviews_count type="integer">0</text_reviews_count>
  <title>
    <![CDATA[Learning Rails]]>
  </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/6647181-learning-rails</link>
  <average_rating>0.0</average_rating>
  <ratings_count>0</ratings_count>
  <description>
    <![CDATA[Most Rails books are written for programmers looking for information on data structures. <em>Learning Rails</em> targets web developers whose programming experience is tied directly to the Web. Rather than begin with the inner layers of a Rails web application -- the models and controllers -- this unique book approaches Rails development from the outer layer: the application interface. You can start from the foundations of web design you already know, and then move more deeply into Ruby, objects, and database structures.]]>
  </description>
<authors>
    <author>
    <id>324830</id>
        <name><![CDATA[Simon St. Laurent]]></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/324830.Simon_St_Laurent]]></link>
    <average_rating>3.36</average_rating>
    <ratings_count>25</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
    <author>
    <id>442127</id>
        <name><![CDATA[Edd Dumbill]]></name>
    <image_url><![CDATA[http://photo.goodreads.com/authors/1230663737p5/442127.jpg]]></image_url>
    <small_image_url><![CDATA[http://photo.goodreads.com/authors/1230663737p2/442127.jpg]]></small_image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/442127.Edd_Dumbill]]></link>
    <average_rating>4.38</average_rating>
    <ratings_count>8</ratings_count>
    <text_reviews_count>3</text_reviews_count>
  </author>
  </authors>  <published>2008</published>
</book>

      <books>
</author>
</GoodreadsResponse>