RE: [xsl] for-each-group

Subject: RE: [xsl] for-each-group
From: thomas.maciejewski@xxxxxxxxx
Date: Mon, 12 Dec 2005 13:52:16 -0500
$sortColumn1 is the name of a column.

The record Data would look like this:

                  <record>
                        <value0><![CDATA[Buy]]></value0>
                        <value1><![CDATA[MMCOL]]></value1>
                        <value2><![CDATA[CCP]]></value2>
                        <value3><![CDATA[MS01]]></value3>
                        <value4><![CDATA[true]]></value4>
                        <value5>40475</value5>
                        <value6><![CDATA[PENDING]]></value6>
                        <value7>12724</value7>
                        <value8><![CDATA[SECURITY]]></value8>
                        <value9><![CDATA[GCF]]></value9>
                        <value10><![CDATA[RVP]]></value10>
                        <value11>100,000,000.00</value11>
                        <value12><![CDATA[TRIPARTY]]></value12>
                        <value13><![CDATA[09/29/2005]]></value13>
                        <value14><![CDATA[GSCC]]></value14>
                  </record>

$sortColumn1 would looke like "value2"


Regards,


Tom Maciejewski
Sociiti Ginirale
Information Technology
1221 Avenue of the Americas
New York, NY 10020
Tel. (212) 278-7103
Cell. (917) 690-9541



                      "Michael Kay"
                      <mike@xxxxxxxxxxx        To:
<xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
                      m>                       cc:
                                               Subject:  RE: [xsl]
for-each-group
                      12/12/2005 12:52
                      PM
                      Please respond to
                      xsl-list






> What I want to do is to create a set of groups based on a
> condition.  like
> "foo='Internal'   is that allowed?

Yes, but showing your source and target documents would make it clearer
what
you want to achieve.
>
> what i have been trying is :
>
>             <xsl:for-each-group select="
> xmlReportOutput/reportOutput/records/record" group-by="
> saxon:evaluate($sortColumn1)!='Internal'">

We need to understand here what $sortColumn1 contains.

I'm finding it difficult to give you any more help than this. You haven't
given enough information to see what you are trying to achieve, or to see
where your code is wrong. Take a couple of steps back and start again.

Michael Kay
http://www.saxonica.com/



*************************************************************************
This message and any attachments (the "message") are confidential and
intended solely for the addressees.
Any unauthorised use or dissemination is prohibited.
E-mails are susceptible to alteration.
Neither SOCIETE GENERALE nor any of its subsidiaries or affiliates
shall be liable for the message if altered, changed or falsified.

*************************************************************************

Current Thread