[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Adding attributes

Subject: RE: Adding attributes
From: "Ivan Rubin Ayma" <Iayma@xxxxxxxxxxxx>
Date: Thu, 7 Feb 2002 11:47:58 -0300
RE:  Adding attributes
That's exactly what I was looking for.

Thanks, and thanks Elizabeth too.

-----Mensaje original-----
De: ronald heller [mailto:ronald@xxxxxxxxxxx]
Enviado el: jueves, 07 de febrero de 2002 11:28
Para: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Asunto: Re:  Adding attributes



At 11:12 AM 2/7/02 -0300, you wrote:
>Hello,
>
>How can I add an attribute to an element and copy the attributes it
>already had?
>
>Suppose I had an XML:
>
><myelement type="10">
>         <somedata/>
></myelement>
<xsl:template match="myelement">
<xsl:copy>
         <xsl:copy-of select="@*"/>
                 <xsl:attribute name="color">blind</xsl:attribute>
                 <xsl:apply-templates/>
         </xsl:copy>
</xsl:template>



>and with the transformation I need to get:
>
><myelement type="10" color="blind">
>         <somedata/>
></myelement>
>
>Thanks,
>
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Salience B.V.

Ronald Heller
Technisch Consultant

Coltbaan 27b
3439 NG Nieuwegein
Telefoon 030 60 56 675
Telefax  030 60 56 324
Website www.salience.nl
ronald@xxxxxxxxxxx
Mobiel   06 20 41 25 77
ICQ 135511393



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


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.