<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--  $Id$  -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:dyn="http://exslt.org/dynamic" extension-element-prefixes="dyn">
    <xsl:output method="text" indent="no" doctype-system="" encoding="utf-8" />

  <xsl:include href="/app/tools/rps/templates/ajax_request.xsl" />

  <xsl:template name="pickLayout">
    <xsl:choose>
      <xsl:when test="/Root/Form/@e"><xsl:value-of select="/Root/Form/@e" />:<xsl:value-of select="/Root/Form/@emsg"/></xsl:when>
      <xsl:otherwise><xsl:value-of select="/Root/Form/Album/AlbumArtThumbnail" /></xsl:otherwise>
    </xsl:choose>
  </xsl:template>


</xsl:stylesheet>
