Hi
I have a Java Project and when I open a .html/.jsp with DHTML in it
(Microsoft's DHTML), I get the following error:
IWAK0067E Processing instruction not closed.
It appears that the .html/.jsp file is being validated as an XML file. I
have tried turning off the XML Validator but those markers still persist.
The line starting the error is this:
<?import namespace="adpusrsel"
implementation="/posse/scripts/userselect.htc">
One solution i saw said
Its the "analyze anotations while typing" that you'll want to uncheck.
In help it mentions that this will appear in
Windows>Preferences>Workbench>Structured Text Edition... but i could find
any such option ...
Please help