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?


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.

Regards,

Joerg

> 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


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