This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Lost Attributes?


--- Joerg Heinicke <joerg.heinicke@gmx.de> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]