私は実際にJavaでスキーマトロンファイルに対してxmlファイルを検証しようとしています。私はこれらの次の声明を持っています:
SchemaFactory factory = SchemaFactory.newInstance("http://www.ascc.net/xml/schematron");
しかし、プログラムを実行すると、次のエラーが発生します。
Exception in thread "main" java.lang.IllegalArgumentException: No SchemaFactory that implements the schema language specified by: http://www.ascc.net/xml/schematron could be loaded
誰でも助けることができますか?ありがとう。