刘韬 3 anni fa
parent
commit
a13190ba35
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>";
 			System.out.println(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++) {
 				NamedNodeMap as = nodeList.item(i).getAttributes();
 				if (as != null && as.getLength() > 0) {