<div dir="ltr"><div><div><div><div><div>Hi All,<br><br></div>   I am trying to read a dataarray (>50000 coordinates) from a generic XML file (not the vtk xml file). It looks like this<br><br><Points><br><DataArray type="Float32" name="Coordinates" numberOfComponents="3"><br>-19.92780000 -189.56800000 1276.60750000 <br>-8.42000000 -179.22460000 1287.58500000<br>-25.75580000 -173.91110000 1267.89400000<br>-14.17970000 -189.38230000 1280.66000000<br>...<br>...<br></DataArray><br></Points><br><br></div> Unfortunately, vtkXMLDataElement::GetCharacterData gives me nothing. I think it is because the vtkXMLDataParser does not save the data. I also tried the "parser->SetIgnoreCharacterData(0)" as suggested by the previous posts in this mainling list. But it does not work either. I am wondering what is the good way to read this data. <br><br></div>  I am looking at "vtkXMLDataParser::ReadInlineData". But I cannot figure out how I should pass the parameters.<br><br></div>Thanks,<br></div>Mengda<br></div>