xsl-list
[Top] [All Lists]

Re: [xsl] Is it legal to do <xsl:copy-of select="element/@attribute"/>?

2011-02-09 00:51:34
2011/2/9 Dimitre Novatchev <dnovatchev(_at_)gmail(_dot_)com>:
Can I rely on the rule for <xsl:attribute/>
being applied that says, when adding an attribute, any already
existing attribute of the same name is replaced?

Yes, the XSLT 1.0 specification
(http://www.w3.org/TR/1999/REC-xslt-19991116#creating-attributes)  is
precize about this:

"Adding an attribute to an element replaces any existing attribute of
that element with the same expanded-name"


That's precisely what I was loosely quoting.  But that section's
heading says "Creating Attributes with xsl:attribute" and doesn't
specifically mention that the same behavior is expected for copying
attributes using xsl:copy-of (neither does the section about
copy-of[1]).

Thomas W.

[1] http://www.w3.org/TR/1999/REC-xslt-19991116#copy-of

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--