Grouping / Count Issue
22986 by: Miraodb
22987 by: Gabriel Osorio
Date: Mon, 28 Nov 2005 11:02:07 -0500
To: <xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>
From: "Gabriel Osorio" <gosorio(_at_)tournet(_dot_)com>
Subject: RE: [xsl] Grouping / Count Issue
Message-ID:
<EXCHANGEaeJnKWiQsEH000018fd(_at_)Exchange(_dot_)tournet(_dot_)com>
Maybe with:
<!-- F Fields -->
<xsl:apply-templates select="Field[(_at_)dataType = 'F']" />
<!-- other -->
<xsl:apply-templates select="Field[not(@dataType = 'F')]" />
Hi,
unfortunetely it's not so easy.
the datatype is only referenced in the layout.
so basically, i need to loop into all <fieldValue> elements and look for its
corresponding layout to check if it's a 'F' or 'V'....
It seems like a slow process, i'm sure it can be done faster than that
using recursion but i can't make it yet.
thanks in advance for your help.
fabrice
--~------------------------------------------------------------------
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>
--~--