[xsl] transformation problem

Subject: [xsl] transformation problem
From: marc.harrington@xxxxxxxxx
Date: Fri, 5 Oct 2001 17:47:15 +0100
Hi all !

I have the following tag in my xml doc.

<element name="book"/>

I'm trying to extract the attribute and use it as a tag.

<book/>


I'm trying

<xsl:template match="xsd:element">
 <"{@name}"/>
</xsl:template >

But this doesn't work.

Any ideas ?

Also does anyone have any examples of schema annonations or adjuncts
working ?

Thanks
Marc Harrington


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


Current Thread