|
Subject: Re: [xsl] Adding attributes From: ronald heller <ronald@xxxxxxxxxxx> Date: Thu, 07 Feb 2002 15:27:46 +0100 |
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
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
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Adding attributes, David Carlisle | Thread | RE: [xsl] Adding attributes, Ivan Rubin Ayma |
| Re: [xsl] Adding attributes, Elizabeth Barham | Date | Re: [xsl] Outputting Plain Text wit, Jonathan Perret |
| Month |