><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?
I'm sorry. My IE5 was broken. I reinstalled IE5 and I worked correctly.
--
Shinichiro HAMADA
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|