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:


While I have never done this, you can do this via the server. Its slower
than using JavaScript and CSS on the client, but its certainly possible.
Each time they click on a node, it expands that node (if it has children) or
whatever. Each click would send a request to the server. It may even be
faster using an applet with AWT (or SWING if you are using NS 6 or MSIE 5.5
(I think MSIE 5.5 has Java 2 support)) and have the applet communicate
behind the scenes via RMI or something to the server to update its view.


> -----Original Message-----
> From: owner-xsl-list@lists.mulberrytech.com
> [mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of frank Stein
> Sent: Wednesday, January 24, 2001 4:55 PM
> To: xsl-list@lists.mulberrytech.com
> Subject:
>
>
> Hello,
>
> We are attempting to create an Explorer-like view expanding/contracting
> folders) with XML and XSL. Is there any way to do this without
> using any CGI
> implementation or JavaScript code to work with the XML ?
>
> Has anyone else tried anything like this?  Successful?  If not, did you
> learn anything new from it that you could share?
>
> Ovide.
>
>
> _________________________________________________________________________
> 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]