gamodg 0 Newbie Poster

Hi

I am using CGI/C at the server.

When the user clicks on a link the server sends a xml as response which undergoes xslt at client.
The problem is
1. Sometimes Xslt takes 2 to 3 sec
2. User navigates to other link meanwhile
3. Xslt is done for the previous page and all of sudden previous appears

I have global variables that contain the current page information.

Is the a way from which I can compare the response against the current page and stop the xslt if its not for the page the user is in.

I dont want the XML to contain that data because it will involve tremendous amount of code change.

Please suggest !!!