xsl-list
[Top] [All Lists]

RE: Changing Attribute Value in all the ChildNodes at any level down the current node.

2004-05-27 09:18:54
    <xsl:attribute name="href"/>

AFAIK, xsl:attribute is not a self-closing element, so if you 
really want to
create an empty href attribute, at least there should be
<xsl:attribute name="href"></xsl:attribute>

Where on earth did you get this idea? XSLT is XML, and in XML you can always
write <a/> in place of <a></a>.

Michael Kay