Re: [xsl] copying attributes to all child nodes

Subject: Re: [xsl] copying attributes to all child nodes
From: Terence Mac Goff <tmacgoff@xxxxxxxxxx>
Date: Mon, 26 Jan 2004 16:00:21 +0000
Ken and George, thanks for both your great replies.

I think I understand the process a bit better, and hopefully my terminology will improve over time!

One last question - If I wanted to get the attribute applied to only specific elements within the node, woudl I be better with a xsl:choose? or a select?

<top.level.node attributeX="123456">
<next element attributeXYZ="654321">
<next2element attributeX="123456"> this is some text</next2element>
<next2element attributeX="123456"> this is some more text </next2element>
</nextelement>
</top.level.node>



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread