|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] merging attributes (with xsl:copy?)
I'm looking for a way to match all elements <x> (which may have
attributes) and add new attributes:
<x> --> <x b="b" c="c">
<x a="a"> --> <x a="a" b="b" c="c">
<x a="a" d="d"> --> <x a="a" d="d" b="b" c="c">
When <x> has no attributes this is easy:
<xsl:template match="x">
<x b="b" c="c">
<xsl:apply-templates/>
</x>
</xsl:template>
But how to copy all existing attributes to the new element? I'm sorry
in case this is a FAQ - I did not found it in the XSL archive.
-- Christian
--
Christian Lindig Gaertner Datensysteme GbR, Braunschweig, Germany
lindig@xxxxxxxxxxx http://www.gaertner.de/~lindig
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








