RE: IE5's xsl:copy

Subject: RE: IE5's xsl:copy
From: "Shinichiro HAMADA" <shinichiro.hamada@xxxxxxxxxxxxx>
Date: Mon, 8 Mar 1999 16:37:30 +0900
>[Juliane Harbarth]
>>   <xsl:template match="*">
>>     <xsl:for-each select="@*">
>>      <xsl:attribute><xsl:value-of select="."/></xsl:attribute>
>>     </xsl:for-each>
>>    <xsl:apply-templates/>
>>   </xsl:template>
>> 
>> I said 'something like an id' because what I get when I open IE5 on
>> an XML file referring to this stylesheet, is all the text and the
>> attributes (names and values) of my file, but I don't see any
>> tags. So the conversion result is not XML, or is it ?
>
>You don't actually have <xsl:copy> in there.

Oh, sorry. I had quoted another MS sample in that mail by mistake.
Thank you.

-- 
Shinichiro HAMADA


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


Current Thread