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

build group of elements

Subject: build group of elements
From: henry human <henry_human@xxxxxxxx>
Date: Fri, 22 Jun 2012 12:36:03 +0100 (BST)
 build group of elements
Result(output)
Hello 
I will create group of element foo as in sample I show
bellow. The group must contain three foo elements and the XML input file kann
have many of this elements or zero:


<fooGroup>
		<foo1>
			<CDE>aa</CDE>
</foo1>
		<foo2>
			<CDE>bb</CDE>
		</foo2>
		<foo3>
			<CDE>bb</CDE>
</foo3>
</fooGroup>

--------------
XML(iput)

<xmlfile>
		<foo>
<CDE>aa</CDE>
		</foo>
		<foo>
			<CDE>bb</CDE>
		</foo>
		
			<CDE>aa</CDE>
</foo>
		<foo>
			<CDE>bb</CDE>
		</foo>
		<foo>
			<CDE>aa</CDE>
		</foo>
<foo>
			<CDE>bb</CDE>
		</foo>
		<foo>
			<CDE>aa</CDE>
		</foo>
		<foo>
<CDE>bb</CDE>
		</foo>
		<foo>
		....
		
	</xmlfile>	


brg
hh

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.