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

copy without duplicates

Subject: copy without duplicates
From: Henning Waack <henning.waack@xxxxxx>
Date: Fri, 04 Mar 2005 13:18:48 +0100
copy duplicates
Dear all.

I have the following problem. I have a XML-file which needs to be copied as it is, except, that each element must occur only once! Normally I would use the grouping-mechanism to do this. But I have a special problem, please take a look at my input:

input.xml:

<elements>
	<a/>
	<b/>
	<link location="extern1.xml"/>
	<c/>
	<a/>
	<link location="extern2.xml"/>
	<b/>
	<e/>
</elements>

extern1.xml:

<elements>
	<a/>
	<f/>
</elements>

extern2.xml:

<elements>
	<g/>
	<f/>
</elements>

So the input document references two more documents, which should be processed and copied to the result, too. The result should be:

<elements>
	<a/>
	<b/>
	<f/>
	<c/>
	<g/>
	<e/>
</element>

Is it possible to do this with XSLT 1.0 in one stylesheet? I have already a two-stylesheet-solution, but one stylesheet would be nicer.

Thanks for your help in advanced.

Greetings,

Henning.

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.