This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: transformation problem


>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@melvaig.co.uk

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]