|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] copying attributes to all child nodes
Hello I'm puzzling over a problem at the moment that has me stumped. I'm trying to figure out a way to select a node based on an attribute, then copy that attribute to all children of the node i.e. Sample XML <top.level.node attributeX="123456">
<next element attributeXYZ="654321">
<next2element> this is some text</next2element>
<next2element> this is some more text </next2element>
</nextelement>
</top.level.node>which I need to convert to <top.level.node attributeX="123456"> <next element attributeXYZ="654321" attributeX="123456"> <next2element attributeX="123456"> this is some text</next2element> <next2element attributeX="123456"> this is some more text </next2element> </nextelement> </top.level.node> I have searched the FAQ, and the list archives, but I cant seem to find a suitable way of doing it. Any help would be greatly appreciated. T. XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








