Hi,
I need following XML node to be in table format.
<Proofs>
<Proof>
<ProfDesc> This Is proof1 </ProfDesc>
<ProofName> ProofName1 </ProofName>
<Proofinfo>
<Name>xyz </Name>
<Value> 10 </Value>
</Proofinfo>
<Proofinfo>
<Name>abc</Name>
<Value>0</Value>
<proofinfo>
</Proof>
</Proofs>
Expected table format:
ProofDesc ProofName ProofInfoName ProofInfoValue
This is proof1 ProofName1 xyz 10
This is proof1 ProofName 1 abc 0
Regards,
Navin
Navin.D http://dnavin.wordpress.com