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

is recursion the best way to solve this?

Subject: is recursion the best way to solve this?
From: anil jacob <anujcb@xxxxxxxxx>
Date: Tue, 1 Mar 2005 11:44:51 -0800 (PST)
anil jacob
I have been trying to write an xsl transfor for
converting the following src xml to dest xml. No
success yet, wondering if anyone of you have faced
similar problem, appreciate if you could share any
ideas. The problem is how to wrap the OuterTag over
the InnerTag and the OuterTag can be nested.

thnx in advance
Anil 

src.xml
-------
<Object>
	<HeaderTag>
	</HeaderTag>
	<Object>
		<OuterTag>
		</OuterTag>
		<Object>
			<InnerTag>
			</InnerTag>
		</Object>
	</Object>
	<Object>
		<InnerTag>
		</InnerTag>
	</Object>
	<Object>
		<OuterTag>
		</OuterTag>
		<Object>
			<OuterTag>			
			</OuterTag>
			<Object>
				<InnerTag>
				</InnerTag>
			</Object>			
		</Object>
		<Object>
			<InnerTag>
			</InnerTag>
		</Object>		
	</Object>	
</Object>


dest.xml
--------

<Root>
	<HeaderTag>
	</HeaderTag>
	<OuterTag>
		<InnerTag>
		</InnerTag>
	</Outertag>
	<InnerTag>
	</InnerTag>
	<OuterTag>
		<OuterTag>
			<InnerTag>
			</InnerTag>
		</OuterTag>
		<InnerTag>
		</InnerTag>
	</OuterTag >	
</Root>


		
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 

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.