Thanks for the many great inputs on this.
Just out of curiosity, perhaps the XML will help out a bit though. I also have the data sent as a TSV (not file just String displayed with excel as the content type)
and it displays MUCH faster than the HTML version.
But then to display it on the client side as useful text, I'll have to set up with an XSL. Would the translation take as long or longer than the current method of just sending HTML? Anyone have experience in the performance of it this way with large amounts of data?
I know I can use javascript and client side translation of XML using the Microsoft XSLT plugin but I have the restriction of not using any client side installs.
Does anyone know a way to translate an XML clientside to HTML without using a plugin?
 
Thanks,
-Tim
-----Original Message-----
From: Michael Weller [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 10, 2002 7:55 AM
To: [EMAIL PROTECTED]
Subject: Re: Large Table

hi!
i think this wouldn't speed up the displaying progess, because the client still needs to download all the data before it can display it (and now there's another step involved: the client-side xml rendering).
split the table up in multiple ones, so the client can display one small table after the other.
 
-mw
----- Original Message -----
Sent: Friday, May 10, 2002 1:36 PM
Subject: Large Table

Hi,
 
If you can put the table data into a XML document, you'll can write the table using a JavaScript to read the XML. Then, you will write the table on client-side.
 
Is it works?
 
Silvio dos Passos Neto
[EMAIL PROTECTED]
Webwork M�dia Interativa

Reply via email to