All pastes #345887 Raw Edit

Anonymous

public xml v1 · immutable
#345887 ·published 2007-02-08 22:21 UTC
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>&#10;      <tr>&#10;        <td>        Textbook Results        </td>&#10;      </tr>&#10;      <tr>&#10;        <td>&#10;        <img>          <xsl:attribute name="src">            <xsl:value-of select="IMAGE_SOURCE"/>          </xsl:attribute>        </img>        </td>&#10;        <td>&#10;        <xsl:for-each select="MODULE_RESULT">          <b>          <xsl:value-of select="/title"/>          </b>&#10;          <br />&#10;          <xsl:value-of select="Field[@name='author']"/>&#10;          <br />&#10;          <a>            <xsl:attribute name="href">              <xsl:value-of select="U"/>            </xsl:attribute>            See Results at the Bookstore          </a>&#10;        </xsl:for-each>        </td>&#10;      </tr>&#10;    </table>    </xsl:template>    </resultsTemplate>  </onebox></GoogleEnterpriseSources>