Re: [xsl] How best to duplicate nodes??

Subject: Re: [xsl] How best to duplicate nodes??
From: Goetz Bock <bock@xxxxxxxxxxx>
Date: Wed, 8 Aug 2001 10:53:07 +0200
On Tue, Aug 07 '01 at 15:39, Hewko, Doug wrote:
> Can someone please help steer me in the right direction? I have an XML file
> where people can be in one or more list (example below). [ ... you
> know what you wrote, otherwise it's in the arcive ... ]

> ************************** desired output ********************
>   Team A
> 	Joe Blow
> 	Jane Dane
>   Team B
> 	Joe Blow
> 	Jane Dane
> 	Jerry Berry
>   Team C
> 	Jane Dane
Do you realy want to get text?

Just my first idea:

- create a key of unique groups
- for each entry in this key, select the members with a matching group
  entry and print it's name
-- 
Goetz Bock                                              IT Consultant
Dipl.-Inf. Univ.

Attachment: pgp00005.pgp
Description: PGP signature

Current Thread