mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-23 00:28:10 +08:00
修复xml CDATA里的换行被忽略的bug
This commit is contained in:
@@ -128,7 +128,7 @@ public class ParserHelper {
|
||||
name = e.attributeValue(NAME);
|
||||
clazz = e.attributeValue(_CLASS);
|
||||
type = e.attributeValue(TYPE);
|
||||
script = e.getTextTrim();
|
||||
script = e.getText();
|
||||
file = e.attributeValue(FILE);
|
||||
|
||||
// 构建 node
|
||||
|
||||
Reference in New Issue
Block a user