Quantcast
Channel: Transact-SQL forum
Viewing all articles
Browse latest Browse all 23857

XML node to table

$
0
0

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


Viewing all articles
Browse latest Browse all 23857

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>