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: rendering a treeview *hairy problem*


With all due respect to those who worked so hard to find a solution that
works, it seems to me that you've created a rather in efficient treeview...
unless all you are looking for is a static treeview. 

My first thought was not to write HTML but javascript. Since I have already
built some really nice treeviews in my time, all I do is write the trasform
to create the javascript that populates my treeview.

Or even better, if you can guarantee that you have client side access to
some dom implementation (IE) then do what I did and write a function that
populates the tree with a url to an xml file of a well known schema. 

But as Mattias says we've all learned a lot!

Adam

> Well,  it sure was bloody, frustrating and  hairtearing but atleast I
> learned a lot :)  Here's the final 
> mega-recursion-braintwister stylesheet,
> read at your own peril. At least it makes a good exercise :)
 


 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]