<xsl:element name="object">
<xsl:attribute name="width"><xsl:value-of select="articolo/main/larghezza/valore"/></xsl:attribute>
<xsl:attribute name="height"><xsl:value-of select="articolo/main/altezza/valore"/></xsl:attribute>
<xsl:element name="param">
<xsl:attribute name="name">movie</xsl:attribute>
<xsl:attribute name="value">
<xsl:text disable-output-escaping = "yes"><![CDATA[@pathurl@/content/@idarticolo@/files/]]></xsl:text><xsl:value-of disable-output-escaping="yes" select="articolo/main/flash/valore" />
</xsl:attribute>
</xsl:element>
<param name="wmode" value="transparent"></param>
<xsl:element name="embed">
<xsl:attribute name="src">
<xsl:text disable-output-escaping = "yes"><![CDATA[@pathurl@/content/@idarticolo@/files/]]></xsl:text><xsl:value-of disable-output-escaping="yes" select="articolo/main/flash/valore" />
</xsl:attribute>
<xsl:attribute name="type">application/x-shockwave-flash</xsl:attribute>
<xsl:attribute name="wmode">transparent</xsl:attribute>
<xsl:attribute name="width"><xsl:value-of select="articolo/main/larghezza/valore"/></xsl:attribute>
<xsl:attribute name="height"><xsl:value-of select="articolo/main/altezza/valore"/></xsl:attribute>
</xsl:element>
</xsl:element>