Jasmin, thank you for reply.Once it is a list , the first CRCResult
should be accessed xmlList[1] .Am I right?I don't think so. At this
point you don't have an XMLList. You have a list of CRCResult. The xml
you see (from the post above) is just a representation of that
structure.Then how we suppose to select each of CRCResult from the list
, i.e. how will we select @parametr from particular CRCResult if we
don't mention from which ?(there are several files, so we recieve list
of several CRCResul...