xsl-list
[Top] [All Lists]

Re: sorting titles w stopwords but w/o value in every title node

2004-08-30 06:17:01

On Aug 30, 2004, at 9:01 AM, Susan Campbell wrote:

The problem I still have is that entries without a value in the title sort first. I need to group by title when the doc-number is the same. It may be both a sorting
and grouping problem, but I don't know how to go about it.

So is it the case that if two records -- one with a title and one without -- share the same doc-number, then they share the same title, even if not explicitly coded?

If that were true, I guess logically you'd group by doc-number, and then take a title from one among the group and sort on that for the groups?

Bruce