Re: [xsl] Lost Attributes?

Subject: Re: [xsl] Lost Attributes?
From: Mike Ferrando <mikeferrando@xxxxxxxxx>
Date: Tue, 5 Mar 2002 11:49:59 -0800 (PST)
--- Joerg Heinicke <joerg.heinicke@xxxxxx> wrote:
> Hi Mike,
> 
> you want to create a attribute named 'ENCODINGANALOG' and to this
> attribute
> you copy the attribute 'LINK'. Attributes can not be nested. So
> <xsl:value-of/> is the one and only solution.

Joerg,
Thanks. How I wish I knew that a few hours ago!

But, anyway, what would I do if I did need to xsl:copy-of an
attribute using the template below?

Mike F.
 
> > THIS DOES NOT WORK:===========
> >
> > <xsl:template match="C1005" mode="hey">
> >   <xsl:element name="PHYSDESC">
> >     <xsl:attribute name="ENCODINGANALOG">
> >       <xsl:copy-of select="@LINK"/>
> >     </xsl:attribute>
> >     <xsl:copy-of select="@SC300"/>
> >   </xsl:element>
> > </xsl:template>
> >
> > Maybe I need to use xsl:copy instead?
> >
> > Mike F.
> 
> 
>  XSL-List info and archive: 
> http://www.mulberrytech.com/xsl/xsl-list
> 


__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/

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


Current Thread