[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: generating xml from xml

Subject: RE: generating xml from xml
From: "Murali Korrapati" <murali.korrapati@xxxxxxxxx>
Date: Mon, 10 Nov 2003 12:23:28 -0500
korrapati
Thanks for all of you for your suggestions. It works great. 
But I am wondering is there any way I can do this by not saying "Trade" node in my xsl. 
That is making it more generic to replace my keys any where in my xml. But my Fields will be at fixed location at "Data/Fields/_".

Thanks

~Mur

-----Original Message-----
From: Wendell Piez [mailto:wapiez@xxxxxxxxxxxxxxxx]
Sent: Monday, November 10, 2003 11:25 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE:  generating xml from xml


And this is an in-between solution that optimizes the lookup to avoid 
repeated tree traversals, without going all the way to keys.... :->

At 11:10 AM 11/10/2003, Jarno wrote:
>   <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
======================================================================


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


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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.