Anyone
How to to display the Following in XML with Following
<co name=""><add1><add2><PHP>
<a1><b1><city><Header>Co Name</Header>
<Address>Add1</Address>
<Address>Add2</Address>
<A1>
<B1>
<customer>ABC Co</customer>
<address>123 Main</address>
<city>Salem</city>
</B1>
</A1>
</PHP>
</city></b1></a1>Output in Excel should be like below as with XML file
ABC Co
N2345 Lane
NJ-23456
customer address city
ABC Co 123 Main Salem
Some how not able to display the Co name its Add1 and Add2
Thanks and Regards
NimishK
</add2></add1></co>
How to to display the Following in XML with Following
<co name=""><add1><add2><PHP>
<a1><b1><city><Header>Co Name</Header>
<Address>Add1</Address>
<Address>Add2</Address>
<A1>
<B1>
<customer>ABC Co</customer>
<address>123 Main</address>
<city>Salem</city>
</B1>
</A1>
</PHP>
</city></b1></a1>Output in Excel should be like below as with XML file
ABC Co
N2345 Lane
NJ-23456
customer address city
ABC Co 123 Main Salem
Some how not able to display the Co name its Add1 and Add2
Thanks and Regards
NimishK
</add2></add1></co>
Last edited: