<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page [
	<!ENTITY % pagedtd SYSTEM "../dtd/page.dtd">
	%pagedtd;
	<!ENTITY % defs_env SYSTEM "../xsl/defs_env.ent">
	%defs_env;
	<!ENTITY % defs_content SYSTEM "../xsl/defs_content.ent">
	%defs_content;
]>
<page>
	<content>
		<content-info pageid="&services_uri;/store" section="services" is-under_construction="no">
			<title>NUN.ME.SHU / Web Services - Store</title>
			<abstract>This is the store page in the web services section.</abstract>
		</content-info>
		
		
		<para role="intro">
			This page implements Amazon.com's XML/HTTP web service. It shows three ways of requesting information from the web service: (1) by entering individual product IDs (ASINs), (2) by providing a keyword list and (3) by providing an Amazon catalog id.<br/> The products are for sale in association with <link url="&amazon_ass_home_uri;" target="float">amazon.com</link>.
			<comment>&amazon_comment_msg;</comment>
		</para>

		<para>
			<indexedlist>
				<indexheader>Shortcuts to the different store sections</indexheader>
				<indexedlistitem>
					<indexitem>My personal recommendations (1)</indexitem>
					<listitem>
						<para>
							<amazonproducts>
								<amazonproduct asin="1861003129" type="lite">
									<review>
										<i>XSLT - Programmer's Reference</i> by Michael Kay is the XSL 'bible' in my opinion. If you have a budget to just buy one book about XSL, this would be the book to buy. (In fact, this is the only book I have about XSL, and I never felt a need for an additional reference). 
									</review>
								</amazonproduct>
								
								<amazonproduct asin="1861005067" type="lite">
									<review>
										<i>XSLT - Programmer's Reference 2nd edition</i> by Michael Kay is the successor of above mentioned book. 
									</review>
								</amazonproduct>
								
								<amazonproduct asin="0782140947" type="lite">
									<review>
										<i>Mastering XSLT</i> by Chuck White is a book I haven't read personally, but it is recommended frequently on XSLT mailing lists. 
									</review>
								</amazonproduct>
								
								<amazonproduct asin="1861005946" type="lite">
									<review>
										<i>Beginning XSLT</i> by Jeni Tennison is a book I haven't read either, but she is the person with the most clear and detailed answers on XSLT mailing lists. I assume her book is of the same high caliber. She also has a <link url="http://www.jenitennison.com" target="float">personal web site</link> with many code samples. 
									</review>
								</amazonproduct>

								<amazonproduct asin="1565924940" type="lite">
									<review>
										<i>Dynamic HTML: The Definitive Reference</i> does not realy live up to its title, but it's the only book about DHTML, CSS and JavaScript that I have and it answers most questions, as long as you know what to look for. It is a good reference to find the specifics of a certain HTML tag or CSS attribute. But if you'd like to know what the best approach to a certain problem is you are left in the cold.  
									</review>
								</amazonproduct>
							</amazonproducts>
						</para>
					</listitem>
				</indexedlistitem>
				
				<indexedlistitem>
					<indexitem>Amazon recommends for the keywords 'xml xsl' (2)</indexitem>
					<listitem>
						<para>
							<!-- replace spaces in keyword list with "+" sign -->
							<amazonkeywordslist keywords="xml+xsl" mode="books" page="1" type="lite"/>
						</para>
					</listitem>
				</indexedlistitem>
				
				<indexedlistitem>
					<indexitem>Amazon recommends for the category 'Books, Computers/Internet' 
					(3)</indexitem>
					<listitem>
						<para>
							<!-- browseid="5" equals "Books, Computers/Internet" -->
							<amazoncataloglist browseid="5" mode="books" page="1" type="lite"/>
						</para>
					</listitem>
				</indexedlistitem>

			</indexedlist>
		</para>
			
	</content>
	
	<footer>
		<para role="copyright">&amazon_copyright_msg;</para>
	</footer>
</page>
