- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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 CRCResults . How do we know , what file's paramentr we obtain?)
I'm using that xPath expression from within Workbench. What I'm doing is I create my own XML structure that extracts the CRCResult properties that I need and I make that xml variable my output varibale. I consume that with a Flex application later on.
I don't know why, but while i try to receive path and node name , through the same xpaths you mentioned, to the string variable , for example, it is not working.
Could you please send me the *.lca of simple working proccess : getSpaceContents and setValue (with all these xpaths ).I will be grateful.
Thanks in advance.
Views
Replies
Total Likes