This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: How best to duplicate nodes??



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.

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]