Hi,
I have a list of points point(0), point(1), point(2) ... and i will to retrieve them in a xml templater like this:
<listPoint>
for $i in (1 to {fme:get-attribute("_element_count")}) return {fme:get-attribute("point[$i]")}
</listPoint>
I don't succeed with this writing ...