Avatar

Level 2

Jasmin, thank you for reply. But i still can't make this thing to work correct.

Step by step: i have variable xmlList (list<CRCResult>).I use it as output in getContentsSpace .Once it is a list , the first CRCResult  should be accessed xmlList[1] .Am I right? The error occurred ,while i am trying to do it.Next, you said , that we can obtain path and name through xpath. I tried to do it, like you described , didn't work. Could you please explain the xpath request to Data items of CRCResult . Why we are using /object/ in path to item?(Is it obligatory to all complex data types). http://help.adobe.com/en_US/livecycle/9.0/workbenchHelp/help.htm?content=003077.html

- here it is said that there are a much more data items , we can access to. (There is a document item also). So, can we actually  access to other document using  /CRCResult/object/@document ?  I'm sorry for stupid questions, but i am totally confused.

Thanks in advance.