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 ,,? -- Have a nice day JBest
Hi John, to give you a somewhat satisfying answer, I’m afraid I need more details.
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 ,,?
The result of ft:tokens() will contain all tokens that are stored in the full-text index of the addressed database. At this point I’m stuck, because I can’t guess what you mean with "Info Node"? Best, Christian
participants (2)
-
Christian Grün -
John Best