Subject: Re: SORTING XML FILE WITH JS
From: Robert Koberg <rob@xxxxxxxxxx>
Date: Sun, 31 Dec 2000 08:13:52 -0800
|
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@xxxxxxxxxxx>
To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
Sent: Saturday, December 30, 2000 10:37 PM
Subject: Re: SORTING XML FILE WITH JS
> what sdo u mean by xml String?
> satish
>
>
> >From: "Sachidanandam E.K" <sachiek_sachiek@xxxxxxxxxxx>
> >Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> >To: <xsl-list@xxxxxxxxxxxxxxxxxxxxxx>
> >Subject: 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
|