Hello,

I have a web page that loads up an xml and an xsl page with javascript and displays it. When the user clicks on a link the table is re-sorted according to date or name, etc. I use the same function and everything works fine in IE. With Mozilla I just can't get the page to redisplay. The problem seems to be the way FireFox works with the XML DOM. I use an append child statement to load everything up initially which works great...