<?xml version='1.0'?> 
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" indent="no" />

<xsl:template match="images">

<xsl:text disable-output-escaping="yes">
&lt;body link="#660000" alink="#660000" vlink="#660000" bgcolor="#ffffff"&gt;
</xsl:text>

<table border="0" width="100%" cellspacing="0" cellpadding="0">
  <tr>
    <td><img border="0" src="http://ames.lib.umn.edu/images/ames-header1.jpg" width="464" height="79" usemap="#amesheadermap1" alt="Ames Library site header"/></td>
    <td width="100%"><img border="0" src="http://ames.lib.umn.edu/images/ames-header2.jpg" width="100%" height="79" alt="Ames Library site header"/></td>
    <td><img border="0" src="http://ames.lib.umn.edu/images/ames-header3.jpg" width="273" height="79" usemap="#amesheadermap3" alt="Ames Library site header"/></td>
  </tr>
</table>

                <map name="amesheadermap1">
                        <area shape="rect" coords="75,5,296,31" href="http://www.lib.umn.edu" alt="Click for the University Libraries Home Page" title="Click for the University Libraries Home Page" />
                        <area shape="rect" coords="95,33,465,70" href="http://ames.lib.umn.edu" alt="Click for the Ames Library Home Page" title="Click for the Ames Library Home Page" /></map><map name="amesheadermapl"><area shape="rect" coords="75,6,312,31" href="#" target="http://www.lib.umn.edu" alt="University of Minnesota Libraries" title="University of Minnesota Libraries" />
                </map>
                <map name="amesheadermap3">
                        <area shape="rect" coords="1,5,260,71" href="http://www.umn.edu/twincities" alt="Click for the University of Minnesota - Twin Cities Home Page" title="Click for the University of Minnesota - Twin Cities Home Page" />
                </map>
<br/>

<font face="arial" color="#660000">
<h2>Armchair travel in India c1900: the stereoscopic experience</h2>


<h3>Complete Record</h3>
</font><br />




<xsl:for-each select="image">

	<center>
	<table width="65%" cellpadding="4" border="0" cellspacing="4">

	<tr>
	<td align="left" valign="top" bgcolor="#efefff">

	<b>Location: </b>
	<xsl:variable name="location" select="series/level2"/><xsl:value-of select="substring-after($location,'Stereoscopic Images of India ca. 1900 -- ')"/>
	<br />


	<xsl:for-each select="creator">
	<b>Publisher: </b> <xsl:value-of select="."/>
	</xsl:for-each><br />

	<xsl:for-each select="title">
	<b>Title: </b> <xsl:value-of select="."/>
	</xsl:for-each><br />

	<b>Subject Terms: </b>
	<xsl:for-each select="subject">
	<xsl:text> [</xsl:text><xsl:value-of select="."/><xsl:text>]</xsl:text>
	</xsl:for-each>



	</td>
	</tr>

	<tr>
	<td align="left">
	<img>
	<xsl:attribute name="src">
	<xsl:value-of select="refimg/refpath"/>
	</xsl:attribute>
	</img>
	</td>
	</tr>

	</table>
	</center>
</xsl:for-each>

<hr width="100%" />
<td align="right" valign="top">
<xsl:copy-of select="image/form_index/form"/></td>
<xsl:copy-of select="image/form_new_search/form"/>
<hr width="100%" />
<b>
<a href="http://ames.lib.umn.edu/diguide.phtml">Return to the introductory page for this guide</a><br />
<a href="http://ames.lib.umn.edu/index.phtml">Return to the Ames Library Home Page</a><br />
<a href="http://www.lib.umn.edu/">Return to the University of Minnesota Libraries Home Page</a><br />
</b>

<!-- </body> take care of this in code... -->

</xsl:template>
</xsl:stylesheet>