Hi there,
The structure of my XML DB (Docs) is -
<Docs> <Doc> <Info></Info> <Desc></Desc> </Doc> </Docs>
I want to create tokens, so I will be using ft:tokens('Docs'). This will create tokens for all the available nodes.
I want to create tokens for the Info Node only... How to ,,?