Open robert-guangzhou opened 3 years ago
the issue can resolve by add code: path=path.replaceAll("&", "\&");
in NodeReader.java and destPath=destPath.replaceAll("&", "\&"); in Writer.java
the issue can resolve by add code: path=path.replaceAll("&", "\&");
in NodeReader.java and destPath=destPath.replaceAll("&", "\&"); in Writer.java