Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a fast dynamic table from and array

Status
Not open for further replies.

790213

Programmer
Sep 22, 2003
50
ZA
I'm creating a dynamic HTML table from an array which is loaded from XML. Is there a faster way? The reason I'm converting XML to an array is to get the sort functionality to work.

Any ideas?
 
Depending on browser support - XSLT would be a lot quicker. I use it extensively in IE. I'm told Mozilla has some support as well.

Never be afraid to share your dreams with the world.
There's nothing the world loves more than the taste of really sweet dreams.
 
I got it working. Very cool.

Thanks anyway.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top