Re: [xsl] transformation problem

Subject: Re: [xsl] transformation problem
From: tcn@xxxxxxxxxxxxx (Trevor Nash)
Date: Fri, 05 Oct 2001 17:27:39 GMT
>I have the following tag in my xml doc.
>
><element name="book"/>
>
>I'm trying
>
><xsl:template match="xsd:element">
> <"{@name}"/>
></xsl:template >
>
>But this doesn't work.
>
>Any ideas ?
>
<xsl:template match="xsd:element">
 <xsl:element name="{@name}"/>
</xsl:template >

Regards,
Trevor Nash
--
Traditional training & distance learning,
Consultancy by email

Melvaig Software Engineering Limited
voice:     +44 (0) 1445 771 271 
email:     tcn@xxxxxxxxxxxxx

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


Current Thread