[xsl] Grouping and Matching!

Subject: [xsl] Grouping and Matching!
From: "Simpson, George" <GeorgeS@xxxxxxxxxxxxxxxxx>
Date: Tue, 14 Jan 2003 15:55:40 -0000
> Hi all,
> 
> My xml :-
> 
> <report-root>
> 	<installations>
> 		<installation-dTO>
> 			<title>Dell</title>
> 			<site-title>Dover</site-title>
> 		</installation-dTO>
> 		<installation-dTO>
> 			<title>Dare</title>
> 			<site-title>Skye</site-title>
> 		</installation-dTO>
> 	</installations>
> 	<teams>
> 		<team-dTO>
> 			<title>Shift A</title>
> 			<installation>
> 				<title>Dell</title>
> 				<site-title>Kent</site-title>
> 			</installation>
> 		</team-dTO>
> 		<team-dTO>
> 			<title>Shift C</title>
> 			<installation>
> 				<title>Dare</title>
> 				<site-title>Dover</site-title>
> 			</installation>
> 		</team-dTO>
> 	</teams>
> </report-root>
> 
> What my requirements are is to match my installations/installation-dTO/title with the 
> teams/team-dTO/installation/title and my output to be similar to :-
> 
> Place | Title | Team
> 
> Kent  | Dell  | Shift A
> Skye | Dare | Shift C
> 
> Both my place and title values are coming from installations but the team value associated with 
> the installations is coming from my teams.
> 
> I am using FOP and generating PDF.
> 
> I hope I have included enough information and appreciate any help on the matter. 
> 
> Many thanks and best wishes to the forum,
> 
> George
> 

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


Current Thread