function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anu-SFDCAnu-SFDC 

get list of all xml tags in selectoptions salesforce

Hi

 

I have the following section in my xml..

 

 

 

<Patron>
<BillingInformation><BillingFirstName>john</BillingFirstName>
<BillingMI></BillingMI>
<BillingLastName>fulcher</BillingLastName>
<BillingEmail>vaboycc90@gmail.com</BillingEmail>
<BillingPhone>8669992542</BillingPhone>
</BillingInformation>
<BillingAddress><BillingAddress1>2200 Kraft Drive Ste 1175</BillingAddress1>
<BillingAddress2></BillingAddress2>
<BillingAddress3></BillingAddress3>
<BillingCity>Blacksburg</BillingCity>
<BillingStateProvince>Virginia</BillingStateProvince>
<BillingPostalCode>24060</BillingPostalCode>
<BillingCountryName>United States of America</BillingCountryName>
</BillingAddress>

</patron>

 

 

I want to get all the nodes of patron in picklist(select options)

 

 

Can anybody help me