刘韬 3 年之前
父節點
當前提交
a13190ba35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      DataFusion/src/com/zskk/control/ViewController.java

+ 1 - 1
DataFusion/src/com/zskk/control/ViewController.java

@@ -79,7 +79,7 @@ public class ViewController extends Controller {
 			s = "<zskk>" + s + "</zskk>";
 			s = "<zskk>" + s + "</zskk>";
 			System.out.println(s);
 			System.out.println(s);
 			XmlHelper xmlHelper = XmlHelper.of(s);
 			XmlHelper xmlHelper = XmlHelper.of(s);
-			NodeList nodeList = xmlHelper.getNodeList("/a/NativeDicomModel/DicomAttribute");
+			NodeList nodeList = xmlHelper.getNodeList("/zskk/NativeDicomModel/DicomAttribute");
 			for (int i = 0; i < nodeList.getLength(); i++) {
 			for (int i = 0; i < nodeList.getLength(); i++) {
 				NamedNodeMap as = nodeList.item(i).getAttributes();
 				NamedNodeMap as = nodeList.item(i).getAttributes();
 				if (as != null && as.getLength() > 0) {
 				if (as != null && as.getLength() > 0) {