[xsl] conflicting attribute specification

Subject: [xsl] conflicting attribute specification
From: Ihe Onwuka <ihe.onwuka@xxxxxxxxx>
Date: Tue, 5 Mar 2013 15:41:36 +0000
I have just encountered a stylesheet

<element url='bob'>
   <xsl:attribute name="url" select="'somethingotherthanbob'">
</element>

which should take precedence?

Current Thread