<?xml version="1.0" encoding="UTF-8"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
	

	
	
	
	<xsl:template match="make">
		<a>
			<xsl:attribute name="href"><xsl:value-of select="concat( ../web,null )" /></xsl:attribute>	
		
		<xsl:value-of select="../make"/>
</a>
		<br/>
		
		</xsl:template>	
		
		
<xsl:template match="model">
	</xsl:template>

<xsl:template match="web">
	</xsl:template>


	<xsl:template match="price">
	</xsl:template>
	
	
	
</xsl:stylesheet>
