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]
Other format: [Raw text]

RE: Grouping with keys or xpath


> Hello,
> I have achived to group my xml input(see further down) to the 
> desired output (see further down) 
> with with xsl file (see further down) using xpath, but I have 
> not manage to do the same with keys and the key function. The 
> problem is that the key is global for the whole document. I 
> only want to group each articlerow in one variant at time. 
> Any hint/help would be appreciated
> 
Concatenate the key value with the generate-id() of the element that
owns the subtree within which you are grouping.

Michael Kay
Software AG
home: Michael.H.Kay@ntlworld.com
work: Michael.Kay@softwareag.com 


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


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