|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] transformation problem, Manu KY | Thread | [xsl] XML Schema reference, Darren Hayduk |
| Re: [xsl] transformation problem, Jörg Heinicke | Date | Re: [xsl] Creating Multiple Files f, Betty Harvey |
| Month |