I am developing a web-like service based on XML, JSP and Struts. My app seems to work OK, but MyEclipse doesn’t like my XML-based JSP files. I’ve had to turn validation, and every like has an annotation about “unknown attributes”. I see a noticable delay when I make any edits to the JSP files that doesn’t occur if I’m editing “plain old XML files”.
1) Can I make MyEclipse play nice with custom XML-based JSPs? If so, how?
2) If not, can I disable all the background processing that seems to be going on in the editor?
Thanks!