logo

Response

« Return to the main article

You are viewing this page out of context. To see it in the context it is intended please click here.

About This Page

Reply posted by chulluchor on Fri 25 Oct 2002 in response to Putting Domino's XML to use

Generic XSL to convert Views to HTML

I wrote an XSL stylesheet which could convert any XML data from any
?ReadviewEntries command to convert the view to HTML , maintaining the same
look and feel as an applet (twisties working fast etc) , with some simple
customization of the view. But the problem I have is that I have to deal with
views which have dynamic levels of hierarchy(my XSL already handles that). Also
the number of documents in the view is extremely large (~10000). So my XSL
takes painfully long time when the number of documents is > ~200 because it is
recursive. I used a method to split the view using next and prev but that
damages the hierarchical structure of the views.


Can somebody help me on that??
I can provide more details if needed...


Thanx
Sonu