I have a XML locale file as data source with sample data as below:
<employees> <employee id="1">Johnny Dapp</employee> <employee id="2">Al Pacino</employee> <employee id="3">Robert De Niro</employee> <employee id="4">Kevin Spacey</employee> <employee id="5">Denzel Washington</employee> </employees>
I need to display the text values in my nfeed custom field i.e Johnny Dapp, Al Pacino etc.
As per the nfeed documentation, providing the XPath: //employee/text() should solve the problem, but I'm getting the below error by the using that xpath
Error (undefined) occurred while contacting server: undefined
I'm able to populate the ids but not the text values..
Is there something I'm missing? Can someone help me with this!
Thanks in Advance
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.