topical media & game development
mashup-amazon-14-14-02-AmazonMobile-amazonSearchWml.xml / xml
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:n="http://webservices.amazon.com/AWSECommerceService/2005-10-05" exclude-result-prefixes="n">
<xsl:output method="xml" omit-xml-declaration="yes"/>
<xsl:template match="/" >
<xsl:text disable-output-escaping="yes"><![CDATA[<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">]]></xsl:text>
<wml>
<card id="main1" title="Amazon Search Results">
<p>Search Results from Amazon
</p>
<xsl:apply-templates select="n:ItemSearchResponse/n:Items/n:Item"/>
<p><a href="default.wml">[Go Back]</a></p>
</card>
</wml>
</xsl:template>
<xsl:template match="n:ItemSearchResponse/n:Items/n:Item">
<p>
<a><xsl:attribute name="href">http://xml-us.amznxslt.com/onca/xml?Service=AWSECommerceService&SubscriptionId=[YOUR ID HERE]&Operation=ItemLookup&ResponseGroup=Large&ItemId=<xsl:value-of select="n:ASIN" />&Style=http://www.FrancisShanahan.com/mashups/14_02_AmazonMobile/AmazonItemWml.xml&ContentType=text/vnd.wap.wml><xsl:value-of select="n:ItemAttributes/n:Title" /></a><br/>
ASIN: <xsl:value-of select="n:ASIN" />, Price $$<xsl:value-of select="n:ItemAttributes/n:ListPrice/n:Amount div 100" />
</p>
</xsl:template>
</xsl:stylesheet>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.