Subject: RE: [xsl] generating xml from xml From: Wendell Piez <wapiez@xxxxxxxxxxxxxxxx> Date: Mon, 10 Nov 2003 11:24:52 -0500 |
<xsl:variable name="_" select="Data/Fields/_"/> <xsl:template match="Trade/*"> <xsl:element name="{$_[@id = name(current())]/@fn}"> <xsl:apply-templates select="@* | node()"/> </xsl:element> </xsl:template> <xsl:template match="@* | node()"> <xsl:copy> <xsl:apply-templates select="@* | node()"/> </xsl:copy> </xsl:template> <xsl:template match="Fields"/>
====================================================================== Wendell Piez mailto:wapiez@xxxxxxxxxxxxxxxx Mulberry Technologies, Inc. http://www.mulberrytech.com 17 West Jefferson Street Direct Phone: 301/315-9635 Suite 207 Phone: 301/315-9631 Rockville, MD 20850 Fax: 301/315-8285 ---------------------------------------------------------------------- Mulberry Technologies: A Consultancy Specializing in SGML and XML ======================================================================
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] generating xml from xml, Jarno . Elovirta | Thread | RE: [xsl] generating xml from xml, Murali Korrapati |
Re: [xsl] generating xml from xml, Wendell Piez | Date | [xsl] xml schema for xslt, rolf |
Month |