First child selector for cq:include path
I have a cq:include and I want to reference the first child component of a parsys. Is it possible to query the first child in path attribute? For example, is something like this possible:
<cq:include path="/content/site/jcr:content/entries//*[1]" resourceType="site/components/entryType"/>
...where path is the xpath query for the first child component of the entries section.