> when i try to validate the following:
> <?xml version="1.0" encoding="ISO-8859-1" ?>
> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema";>
> </xs:schema>
> I get the the following error:
> Error:  line (1) The processing instruction target matching "[xX][mM][lL]"
> is not allowed.
> Perhaps I'm doing something wrong.. Any ideas?

Your XML file has been created inside IntelliJ ?
Because some editors using UTF-8 (instead of using the specified charset)
might insert a few marker bytes at the beginning of the file. So it might be
the reason why IntelliJ complains.
Or perhaps is it because you have specified another encoding in IDE Options
different from ISO-8859-1.

Guillaume


_______________________________________________
Eap-bugs mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-bugs

Reply via email to