Hey, was wondering if anyone can help me, am creating a multinode picker to browse through my whole media, but Filter Image MediaType in a particular Folder MediaType
Example below, I only want the Image in the ContentImagery
As far as I know, you can't do that - the problem is that the filter is only applied to
a simple XML chunk, containing only the current media node being tested.
So any filtering you need to do using the attributes and/or properties of
a single node.
Multi Node Picker - Media XPATH filter
Hey, was wondering if anyone can help me, am creating a multinode picker to browse through my whole media, but Filter Image MediaType in a particular Folder MediaType
Example below, I only want the Image in the ContentImagery
- Root
- ContentImagery
- Image
- Album
- Image
- Image
- BackgroundImagery
- Image
- Album
- Image
- Image
- ContentImagery
- Image
- Image
- Album
- Image
- Image
Tried many variations, Obvious my skill set knowing how XPATH's work is not great, but if anyone can help me that would be great.
Hi Paul,
As far as I know, you can't do that - the problem is that the filter is only applied to a simple XML chunk, containing only the current media node being tested.
So any filtering you need to do using the attributes and/or properties of a single node.
:(
/Chriztian
is working on a reply...