Expand my Community achievements bar.

OutputES XML Subnode mapping issue

Avatar

Level 2

 

Hi All

I have problem in mapping XML sub nodes to Textfield in livecycle form. Is there any

limitation for data from XML subnotes.I am trying to fetch data from 3

level of XML subnode.

I have done the mapping correct and when I try to preview its not

showing the value from XML.

Below XML works fine

<DataStart>

<FirstName>Raj</FirstName>

<gender>M</gender>

</DataStart>

But, When i increase the hierarchy its not working

<DataStart>

<Name>

<FirstName>Raj</FirstName>

</Name>

<gender>M</gender>

</DataStart>

Pls help me understand, how to map text field.

Pls do revert on any query and kindly help me to resolve this issue.

0 Replies