When JSPX compiles, it automatically adds <?xml version="1.0" encoding="UTF-8"?> to top of file which causes some JavaScript code not to work on Internet Explorer 6.
How can I avoid it to add <?xml version="1.0" encoding="UTF-8"?> in output file?