Hi,
How can I get the number of spreads?
I have XPath query on a XML file and I want to know how many nodes are returned by the query. Is there a way to get a COUNT of output spreads?
An alternative would be to create another XPath query which returns the count(). but I can’t seem to figure out how to make it work. The query to count is “count(images/image)” but it doesn’t work.
Thanks!
Nuno