You need to sign in to do that
Don't have an account?
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