Skip to content

Commit

Permalink
test remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
Al Niessner authored and Al Niessner committed Oct 27, 2023
1 parent ce76339 commit fa7ff98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public Transformer transform(URL schematron, ProblemHandler handler) throws Tran
in = Utility.openConnection(conn);

StreamSource source = new StreamSource(in);
source.setSystemId(schematron.toString());
//source.setSystemId(schematron.toString());
isoTransformer.transform(source, new StreamResult(schematronStyleSheet));
transformer = transformerFactory
.newTransformer(new StreamSource(new StringReader(schematronStyleSheet.toString())));
Expand Down

0 comments on commit fa7ff98

Please sign in to comment.