Hi Manisha,
Sanitizing the special characters is the best solution to mitigate the xss as of now.
I mean " -> " and <> < and >.
Its highly impossible to execute a script with out those special characters, its better to check where and all the places those characters are not getting sanitized.
And also don't forget to check the output for various encoded formats of inputs.(say URL encoding, double URL encoding etc).
Thanks,
XylUS