Re: I have data in XML formate ie 10,000 records. i want to display that records like Google.
Posted By:
Roseanne_Zhang
Posted On:
Tuesday, March 18, 2003 08:06 AM
I've never done this before. But I think it could be done by parameterized xslt transformation. Apply the same xslt on the huge xml with different parameters when user click the different index/link. An interesting excercise anyway...
Re: I have data in XML formate ie 10,000 records. i want to display that records like Google.
Posted By:
Roseanne_Zhang
Posted On:
Tuesday, March 18, 2003 05:20 AM
Read GoFs Proxy pattern, you will get the general idea. There are many ways to implement what you want. I guess paging is one of them. This is actually not an XML question...