Re: IE5's xsl:copy

Subject: Re: IE5's xsl:copy
From: Chris Maden <crism@xxxxxxxxxxx>
Date: Fri, 5 Mar 1999 10:33:34 -0500 (EST)
[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.

-Chris
-- 
<!NOTATION SGML.Geek PUBLIC "-//Anonymous//NOTATION SGML Geek//EN">
<!ENTITY crism PUBLIC "-//O'Reilly//NONSGML Christopher R. Maden//EN"
"<URL>http://www.oreilly.com/people/staff/crism/ <TEL>+1.617.499.7487
<USMAIL>90 Sherman Street, Cambridge, MA 02140 USA" NDATA SGML.Geek>


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


Current Thread