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]

Re: SORTING XML FILE WITH JS


What you need to do is lay everything out with the xsl on the server that
will work with your sort needs on the client.

If you can use layers/DIVs then you could (using XSL) write out each sort
view to what will be a layer on the client. Your onClick can 'show' the
necessary layer and 'hide' the current layer.
- OR -
You could use javascript arrays .  You create all the arrays on the server
(making sure you escape all necessary characters).  OnClick you would do a
build up a page in a variable and document.write it to the main window.




----- Original Message -----
From: "satish gvs" <gvs_sat@hotmail.com>
To: <xsl-list@lists.mulberrytech.com>
Sent: Saturday, December 30, 2000 10:37 PM
Subject: Re: [xsl] SORTING XML FILE WITH JS


> what sdo u mean by xml String?
> satish
>
>
> >From: "Sachidanandam E.K" <sachiek_sachiek@hotmail.com>
> >Reply-To: xsl-list@lists.mulberrytech.com
> >To: <xsl-list@lists.mulberrytech.com>
> >Subject: [xsl] SORTING XML FILE WITH JS
> >Date: Thu, 28 Dec 2000 11:38:40 +0530
> >
> >Hi All,
> >    I there a chance to sort the XML string on a button click without
using
> >XSL file. I mean use the javascript.I belive we can. But does anybody did
> >it? Let me pls
> >
> >Thanks in advance,
> >Sachi
> >
> >
> >  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
> >
>
> _________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
>
>
>  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]