BI PDF Template not working with composite XML tags
Hello ,
why the PDF template not load the value of the sub-childern tags , the value will display if the xml tag has just one parent but if the xml tag has more the parent the value will not display .
this illustrate the issue :
<ID>
<A>x</A>
<ID>
the above sample will work when load the xml to the PDF template
but the below is not work
<ID>
<Name>
<A>x</A>
</Name>
</ID>