>[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
|