<?xml version='1.0' ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	<xsl:template match="/">
		<root>
			<xsl:for-each select="root/property">
				<property>
					<date>
						<xsl:value-of select="date"/>
					</date>
					<price>
						<xsl:value-of select="price"/>
					</price>
					<price_freq>
						<xsl:value-of select="price_freq"/>
					</price_freq>
					<town>
						<xsl:value-of select="town"/>
					</town>
					<province>
						<xsl:value-of select="province"/>
					</province>
					<beds>
						<xsl:value-of select="beds"/>
					</beds>
					<baths>
						<xsl:value-of select="baths"/>
					</baths>
					<surface_area>
						<built>
							<xsl:value-of select="builtsize"/>
						</built>
						<plot>
							<xsl:value-of select="plotsize"/>
						</plot>
					</surface_area>
					<desc>
						<en>
							<xsl:value-of select="fulldesc"/>
						</en>
					</desc>
					<images>
						<image id="1">
							<url>
								<xsl:value-of select="image1"/>
							</url>
							<primary>1</primary>
							<title>
								<en>
									<xsl:value-of select="image1_description"/>
								</en>
							</title>
						</image>
						<image id="2">
							<url>
								<xsl:value-of select="image2"/>
							</url>
							<title>
								<en>
									<xsl:value-of select="image2_description"/>
								</en>
							</title>
						</image>
						<image id="3">
							<url>
								<xsl:value-of select="image3"/>
							</url>
							<title>
								<en>
									<xsl:value-of select="image3_description"/>
								</en>
							</title>
						</image>
						<image id="4">
							<url>
								<xsl:value-of select="image4"/>
							</url>
							<title>
								<en>
									<xsl:value-of select="image4_description"/>
								</en>
							</title>
						</image>
						<image id="5">
							<url>
								<xsl:value-of select="image5"/>
							</url>
							<title>
								<en>
									<xsl:value-of select="image5_description"/>
								</en>
							</title>
						</image>
					</images>
				</property>
			</xsl:for-each>
		</root>
	</xsl:template>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="data249.xml" userelativepaths="yes" externalpreview="no" url="data249.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="file:///c:/testcase/Propertyshowrooms.com_Feed_XML_Sample_V1Standard.xml" destSchemaRoot="root" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="file:///c:/testcase/data249.xml" srcSchemaRoot="root" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="root/xsl:for&#x2D;each" x="280" y="54"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->