This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Store the result of a <xsl:sort> in a variable




Try this for storing the result in variable...


<xsl:variable name="WhereClause">                 (Variable name)
  <xsl:apply-templates select="/" />                 (Resutl)
 </xsl:variable>

Mukul



                                                                                                                                                
                      gupta.rohit@iflexsolutions                                                                                                
                      .com                              To:       xsl-list@lists.mulberrytech.com                                               
                      Sent by:                          cc:                                                                                     
                      owner-xsl-list@lists.mulbe        Subject:  [xsl] Store the result of a <xsl:sort> in a variable                          
                      rrytech.com                                                                                                               
                                                                                                                                                
                                                                                                                                                
                      05/17/2002 11:05 AM                                                                                                       
                      Please respond to xsl-list                                                                                                
                                                                                                                                                
                                                                                                                                                




Hi,
I am making use of a result tree as a input xml to the xsl.
And sorting some elements in it.
Now the problem is perhaps, that the sorted list is being added to the same
result tree.
And as a consequence I'm getting double the no.of elements...First set
sorted and the
second one, as it was ealier in the result set.
I think if I can store the result of the sort in a variable, this problem
will be solved.
Cud U pls help me.

Reards
Rohit
----------------------------------------------------------------------------

This message contains privileged and confidential information and is
intended only for the individual named.If you are not the intended
recipient
you should not disseminate,distribute,store,print, copy or deliver this
message.Please notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system.E-mail
transmission cannot be guaranteed to be secure or error-free as information
could be intercepted,corrupted,lost,destroyed,arrive late or incomplete or
contain viruses.The sender therefore does not accept liability for any
errors or omissions in the contents of this message which arise as a result
of e-mail transmission. If verification is required please request a
hard-copy version.
----------------------------------------------------------------------------


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list









 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]