Avatar

Level 10

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.

Next, you said , that we can obtain path and name through xpath. I tried to do it, like you described , didn't work.

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.

Why we are using /object/ in path to item?(Is it obligatory to all complex data types)?

You get that when you use xPath within Workbench.

here it is said that there are a much more data items , we can access to. (There is a document item also)

This is what I get in my content node (again from Workbench):

contentUrl=store://2010/11/16/14/48/61d82cf6-9171-4cc5-9b3b-6e95beeb4f14.bin|mimetype=application/pdf|size=41079|encoding=UTF-8|locale=en_US_

Jasmin