Hi,
I am unable to create a schemaFactory object for RELAXNG schema language using JAXP1.3.
I have the following jars in my classpath needed:
isorelax.jar, isorelax-jaxp-bridge-1.0.jar, msv.jar
I am getting this error.
java.lang.IllegalArgumentException:
http://relaxng.org/ns/structure/1.0
at javax.xml.validation.SchemaFactory.newInstance(Sch emaFactory.java:181)
Is there any jar or implementation I am missing?
Thanks