resolve codelists

This commit is contained in:
jstaerk
2023-04-13 21:01:02 +02:00
parent 2d9b68d9ab
commit a824b7ea89
5 changed files with 2503 additions and 2155 deletions

View File

@@ -72,7 +72,8 @@ public class SchematronPipeline {
@Override
public Source resolve(String href, String base) throws TransformerException {
return new StreamSource(cl.getResourceAsStream(resourcePath + href));
return new StreamSource(cl.getResourceAsStream(resourcePath +"xslt/"+ href));
// return new StreamSource(cl.getResourceAsStream(resourcePath + href));
}
}