Subject:xsl:attribute with the same attribute name Author:Hans-Peter Küchler Date:21 Feb 2002 12:26 PM
Hi,
if I put two ore more xsl:attribute commands into a stylesheet on the same element, only the last content should be in the output (http://www.w3.org/TR/xslt#creating-attributes: ...Adding an attribute to an element replaces any existing attribute of that element with the same expanded-name.)
But SS puts the first attribute content into the output. Xalan-J (and other) shows the last content. In the zip File is an example project with files to demonstrate the error.