I have a script in QUPath 0.1.2 and I am trying to convert the xml File to qpdata. I uploaded an example xml file here. Following is the part pf script which returns empty list for parsing the xml file. I don’t know what is the problem in the xml file and why QuPath is not able to parse it?
def file = new File(xmlname)
def text = file.getText()
def list = new XmlSlurper().parseText(text)
test.xml (199.7 KB)