Re: using XSL for Tree View

Subject: Re: using XSL for Tree View
From: Cristobal Galiano Fernandez <c.galiano@xxxxx>
Date: Sat, 23 Oct 1999 17:57:36 +0200
Hello Ezhil:

You can find at  http://www.demon.co.uk/davidg/ an applet named Outline and
XML based. The file XML is a tree structure of URL. Perhaps this can help you.
(Sorry it's not XSL based). If you find and applet or servlet XML/XSL based
please send me an email.

Cristóbal Galiano Fdez.



Ezhil Manavalan wrote:

> Hi,
> I have 2 frames in my page.
> Left frame looks like
> Library
>    Library1
>       Books
>          Java
>          C++
>          VisualC++
>
>    Library2
>       Books
>          Java
>          C++
>          VisualC++
>
>    Library3
>       Books
>          Java
>          C++
>          VisualC++
> When I click Library,the tree should be expanded(same as in Explorer
> view).When I select a book,say,Java from Library1,its details should be
> displayed on the right frame Like
> Author:Jeeva
> Title:Java RMI
> Price:70$
> Availability:28/10/99
>
> I tried using DSO.But,I was not able to create a tree view.
> I want to create a tree view structure using XSL.In my XML file,I've have
> the details of all the books(like
> BOOK/AUTHOR/TITLE/PRICE/AVAILABILITY/BOOK).I don't know how to use XSL for
> this...Getting the tree view structure and also for displaying the
> data/details,when a particular book is selected...
> Can I use XSL Patterns?.Can anyone suggest me an idea as I'm new to this
> area and this an urgent requirement....I would be glad if anyone
> suggest me an idea/way to do this.
> Thanks in advance.
>
> ______________________________________________________
> Get Your Private, Free Email 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


Current Thread