Skip to content

Commit

Permalink
Cherry-pick #83
Browse files Browse the repository at this point in the history
  • Loading branch information
kubycsolutions committed Nov 27, 2023
1 parent c8786fb commit 52a74b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/apache/xalan/xsltc/trax/DOM2SAX.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ private static String getLocalName(Node node) {
}

public void parse(InputSource unused) throws IOException, SAXException {
parse(_dom);
parse();
}

public void parse() throws IOException, SAXException {
Expand Down

0 comments on commit 52a74b6

Please sign in to comment.