<Layout xmlns="http://soap.sforce.com/2006/04/metadata">
<excludeButtons>Submit</excludeButtons>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<editHeading>true</editHeading>
<label>Information</label>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>Hyperlink__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns/>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
<layoutSections>
<customLabel>false</customLabel>
<detailHeading>false</detailHeading>
<editHeading>true</editHeading>
<label>ABC</label>
<layoutColumns>
<layoutItems>
<behavior>Readonly</behavior>
<field>TOTAL__c</field>
</layoutItems>
<layoutItems>
<behavior>Readonly</behavior>
<field>SUBTOTAL__c</field>
</layoutItems>
</layoutColumns>
<layoutColumns/>
<style>TwoColumnsTopToBottom</style>
</layoutSections>
</Layout>
Above code is input as a xml file now I want to convert this code in to given below output. output:Information - Hyperlink__c ABC - TOTAL__c, SUBTOTAL__c
please any one help me, its important to me. Thanks.