xsl-list
[Top] [All Lists]

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

2007-03-15 05:45:07

me:
     <xsl:when test="current-group()[1]/self::A">

or simpler of course

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

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--