Skip to content

Commit

Permalink
Merge branch 'apache-new'
Browse files Browse the repository at this point in the history
  • Loading branch information
JDziurlaj committed Feb 7, 2021
2 parents d51f1c5 + 272efb4 commit 6da3871
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3 deletions.
Binary file modified lib/serializer.jar
Binary file not shown.
Binary file modified lib/xalan.jar
Binary file not shown.
Binary file modified lib/xercesImpl.jar
Binary file not shown.
8 changes: 5 additions & 3 deletions src/com/cladonia/xml/transform/ScenarioProcessor.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,11 @@ public void init() {
private TransformerFactory getTransformerFactory() {
TransformerFactory factory = TransformerFactory.newInstance();
factory.setErrorListener( listener);
factory.setAttribute(
FeatureKeys.LINE_NUMBERING,
Boolean.TRUE);
if(scenario.getProcessor() != ScenarioProperties.PROCESSOR_XALAN)
factory.setAttribute(
FeatureKeys.LINE_NUMBERING,
Boolean.TRUE);

return factory;
}

Expand Down
Binary file modified xngr-editor.jar
Binary file not shown.

0 comments on commit 6da3871

Please sign in to comment.