Use newer version of Xerces XML library

(not sure if correct forum)

Hi, I need to validate an XML-file using an XSD 1.1 schema (some custom rss-feed). For this I need xerces v.2.12 , not the included v2.11 version. I’ve tried to add 2.12 as an external library but Katalon Studio cannot pick it up. (presumably because 2.11 is still in the classpath)

I could verify in an external java project that the “Xerces2 Java 2.12.0 (XML Schema 1.1)” release solved the issue, while “Xerces2 Java 2.12.0 - zip” did not. "Xerces-J-bin.2.11.0-xml-schema-1.1-beta.zip " also fixed the issue.