|
Subject: Re: [xsl] groupi-by statements? From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Fri, 20 Aug 2004 09:32:45 -0400 |
substring( (mods:originInfo/mods:dateIssued , mods:relatedItem/mods:originInfo/mods:dateIssued , mods:relatedItem/mods:part/mods:date )[1] ,1,4)
which would pick the first element in that sequence (as it appears in the stylesheet) which appears in the source.
<xsl:for-each-group select="$bibref" group-by="bib:grouping-key(.)">
<xsl:sort select="current-grouping-key()"/>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] groupi-by statements?, David Carlisle | Thread | Re: [xsl] groupi-by statements?, Bruce D'Arcus |
| RE: [xsl] How to import multiple st, Zhen Jiang | Date | [xsl] Naming styles, xptm |
| Month |