Hola muy buenas!
Haber si algien me puede ayudar. Estoy haciendo una tienda web de motos en xml i php, mi duda es como hacer para k al acer clic en un modelo envie el id de este a un documento php.
Aqui l codigo del xsl del link:
<a href="producto.php"><xsl:value-of select="marca" /><br /><xsl:value-of select="model" />
<img alt="" width="100px" height="100px">
<xsl:attribute name="src">images/motos/<xsl:value-of select="img"/>.jpg</xsl:attribute>
</img>
</a>
Gracias de antemano!