RE: [xsl] RE: XSLT 1.0 -- How to spit out unique values at second level of grouping

Subject: RE: [xsl] RE: XSLT 1.0 -- How to spit out unique values at second level of grouping
From: cknell@xxxxxxxxxx
Date: Mon, 23 Oct 2006 10:04:40 -0400
Show us your input document (or a complete, relevant section of it).
Show us the desired output document (or a complete, relevant section of it).
Show us the XSLT that's not working.

That said, it seems likely that you are going to use the key() function and Muenchian Grouping to accomplish this.

Google that term and you get a zillion hits.
-- 
Charles Knell
cknell@xxxxxxxxxx - email



-----Original Message-----
From:     Henesy, Susan <Susan.Henesy@xxxxxxxxx>
Sent:     Mon, 23 Oct 2006 06:50:39 -0700
To:       <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Subject:  [xsl] RE: XSLT 1.0 -- How to spit out unique values at second level of grouping

Dear Listers,

I am SO new here - please be patient with me.  I tried to post a message
to the list the other day (with same title as this subject header), but
I have not seen it turn up in three days of Digests.  

Is this typical?

Crux of my original message is as follows:

"What I want to do is select two Food_Type_Ids, and, using XSLT 1.0,
spit out a distinct list of Food_Ids that belong to the two
Food_Type_Ids [since Food_Ids can repeat for different Food_Ids]."

Please let me know if I need to repost ... or just be patient and wait.


Thank you,
Susan (such-a-newbie!!)

Current Thread