org.testng.TestNGException: org.xml.sax.SAXParseException: The > > > > processing instruction target matching "[xX][mM][lL]" is not allowed.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Google Groups by coolgoose, 1 year ago
via Google Groups by jonderry, 2 years ago
org.testng.TestNGException: org.xml.sax.SAXParseException: The > > > > processing instruction target matching "[xX][mM][lL]" is not allowed.
at org.testng.xml.SuiteXmlParser.parse(SuiteXmlParser.java:24)
at org.testng.xml.SuiteXmlParser.parse(SuiteXmlParser.java:10)
at org.testng.xml.Parser.parse(Parser.java:170)
at org.testng.TestNG.initializeSuitesAndJarFile(TestNG.java:283)
at org.testng.remote.RemoteTestNG.run(RemoteTestNG.java:90)