rendered paste body<?xml version="1.0" encoding="UTF-8"?><GoogleEnterpriseSources xmlns:xsl="http://www.w3c.org/1999/XSL/Transform"> <onebox type="external" suppressKeyword="false"> <name>book_finder</name> <description>Checks an ISBN number against ISBNdb and provides a link to the online book store</description> <trigger triggerType="regexp">(97(8|9))?\d{9}(\d|X)</trigger> <security userAuth="none"/> <providerURL>http://www.website.com/isbn.php</providerURL> <resultsTemplate> <xsl:template name="book_finder_results"> <table> <tr> <td> Textbook Results </td> </tr> <tr> <td> <img> <xsl:attribute name="src"> <xsl:value-of select="IMAGE_SOURCE"/> </xsl:attribute> </img> </td> <td> <xsl:for-each select="MODULE_RESULT"> <b> <xsl:value-of select="/title"/> </b> <br /> <xsl:value-of select="Field[@name='author']"/> <br /> <a> <xsl:attribute name="href"> <xsl:value-of select="U"/> </xsl:attribute> See Results at the Bookstore </a> </xsl:for-each> </td> </tr> </table> </xsl:template> </resultsTemplate> </onebox></GoogleEnterpriseSources>