Re: [xsl] XSLT2: Keys vs. xsl:choose to distinguish groups

Subject: Re: [xsl] XSLT2: Keys vs. xsl:choose to distinguish groups
From: David Carlisle <davidc@xxxxxxxxx>
Date: Thu, 15 Mar 2007 12:44:47 GMT
me:
     <xsl:when test="current-group()[1]/self::A">

or simpler of course

     <xsl:when test="self::A">

David

Current Thread