xsl-list
[Top] [All Lists]

RE: for-each-group

2005-12-12 11:52:16
$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
Société Générale
Information Technology
1221 Avenue of the Americas
New York, NY 10020
Tel. (212) 278-7103
Cell. (917) 690-9541


                                                                                
                                                      
                      "Michael Kay"                                             
                                                      
                      <mike(_at_)saxonica(_dot_)co        To:       
<xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com>                              
              
                      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/



--~------------------------------------------------------------------
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>
--~--



*************************************************************************
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. 

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

--~------------------------------------------------------------------
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>
--~--



<Prev in Thread] Current Thread [Next in Thread>