I’m trying to write a dynamic path for XPath to extract the child count of a .xml file (See attached .xml file).
In the end I’d like to have one spread with a bin size according to the amount of “column” elements (3) with separated slice counts according to the amounts of “tile” children per “column” parent (6, 8, 4). My problems occur with the latter - getting the bin size is easy: /layout/root/columns/column
Same with the total slice count of the children:
/layout/root/columns/column/tile
If anyone could please help me out here – meanwhile I’ll try out david’s workaround.
Thanks a lot in advance!