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

XML merge

Subject: XML merge
From: Molnar Agnes <agi@xxxxxxxxxxxxxxxxx>
Date: Wed, 14 May 2003 18:43:21 +0200 (CEST)
xml merge
Hello,

I have an XML file with construction like this:

<Tables>
	<Table>
		<TABLE_NAME>ConnectionTemp</TABLE_NAME>
		<COLUMN_NAME>CTID</COLUMN_NAME>
	</Table>
	<Table>
		<TABLE_NAME>ConnectionTemp</TABLE_NAME>
		<COLUMN_NAME>sorrend</COLUMN_NAME>
	</Table>
</Tables>

So I have an XML, which contains many same nodes:
<TABLE_NAME>ConnectionTemp</TABLE_NAME>, and each of them have a
<COLUMN_NAME>, which are different.

I'd like make a new XML file from this above, which contains the
TABLE_NAME node only one for every value of this, and the children of this
are the COLUMN_NAME nodes. Like this:

<Tables>
	<Table name="ConnectionTemp">
		<Column name="CTID"/>
		<Column name="sorrend"/>
	</Table>
</Tables>

If you have any idea, write me please,
Agnes



 Molnár Ágnes
-----------------------
 Web: http://aghy.uw.hu
 Icq: 167290967
 Tel: +36-20-212-8493


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


Current Thread
  • XML merge
    • Molnar Agnes - Wed, 14 May 2003 04:41:54 -0400 (EDT) <=
      • Mike Trotman - Wed, 14 May 2003 11:53:12 -0400 (EDT)
        • Mike Brown - Wed, 14 May 2003 13:14:12 -0400 (EDT)
        • Michael Kay - Wed, 14 May 2003 14:11:02 -0400 (EDT)
          • TP - Wed, 14 May 2003 14:21:17 -0400 (EDT)

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.