| Subject: Re: [xsl] Lost Attributes? From: Mike Ferrando <mikeferrando@xxxxxxxxx> Date: Tue, 5 Mar 2002 11:22:31 -0800 (PST) | 
Ok,
Well, I figured out one bug. I guess you cannot use the xsl:copy-of
when you call an attribute value but MUST use xsl:value-of?
THIS WORKS:==============
<xsl:template match="C1005" mode="hey">
  <xsl:element name="PHYSDESC">
    <xsl:attribute name="ENCODINGANALOG">
      <xsl:value-of select="@LINK"/>
    </xsl:attribute>
    <xsl:value-of select="@SC300"/>
  </xsl:element>
</xsl:template>
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.
__________________________________________________
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 | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] Lost Attributes?, Mike Ferrando | Thread | Re: [xsl] Lost Attributes?, Joerg Heinicke | 
| Re: [xsl] NEWLINES, Wendell Piez | Date | Re: [xsl] NEWLINES, Joerg Heinicke | 
| Month |