[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

IE5's xsl:copy


Subject: IE5's xsl:copy
From: "Shinichiro HAMADA" <shinichiro.hamada@xxxxxxxxxxxxx>
Date: Thu, 4 Mar 1999 19:38:57 +0900

I am studing XSL with IE. I tested xsl sample located in the following URL.

http://www.microsoft.com/xml/tutorial/xsl_to_xml.asp

<xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl">
 <!-- Identity transformation template -->
 <xsl:template><xsl:copy>
<xsl:apply-templates select="@*"/><xsl:apply-templates/>
</xsl:copy></xsl:template>

MS's comment is that this performs an identity transform on the entire
document.
That is to say, that means this performs perfect copy, doesn't it?

But, all attributes values of output are null. Is it right behavior?

Please tell me. Thank you in advance.

--
shinichiro HAMADA


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



Current Thread
Keywords
xsl